Service Account
Package : spaceone.api.identity.v1
ServiceAccount
ServiceAccount Methods:
Method | Request | Response |
---|---|---|
create
POST /identity/v1/service-accounts
Type | Message |
---|---|
Request | |
Response |
update
PUT /identity/v1/service-account/{service_account_id}
Type | Message |
---|---|
Request | |
Response |
delete
DELETE /identity/v1/service-account/{service_account_id}
Type | Message |
---|---|
Request | |
Response |
get
GET /identity/v1/service-account/{service_account_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /identity/v1/service-accounts
POST /identity/v1/service-accounts/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /identity/v1/service-accounts/stat
Type | Message |
---|---|
Request | |
Response |
Message
CreateServiceAccountRequest
Field | Type | Required | Description |
---|---|---|---|
name | string | ✔ | |
data | ✔ | ||
provider | string | ✔ | |
project_id | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ |
GetServiceAccountRequest
Field | Type | Required | Description |
---|---|---|---|
service_account_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
ServiceAccountInfo
Field | Type | Description |
---|---|---|
service_account_id | string | |
name | string | |
data | ||
provider | string | |
project_info | ||
domain_id | string | |
tags | ||
created_at | string |
ServiceAccountQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
service_account_id | string | ✘ | |
name | string | ✘ | |
provider | string | ✘ | |
project_id | string | ✘ | |
domain_id | string | ✘ |
ServiceAccountRequest
Field | Type | Required | Description |
---|---|---|---|
service_account_id | string | ✔ | |
domain_id | string | ✔ |
ServiceAccountStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
ServiceAccountsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
UpdateServiceAccountRequest
Field | Type | Required | Description |
---|---|---|---|
service_account_id | string | ✔ | |
name | string | ✘ | |
data | ✘ | ||
project_id | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ | |
release_project | bool | ✘ |
Last updated