Service Account
Package : spaceone.api.identity.v1
ServiceAccount
ServiceAccount Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
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
No | Field | Type | Required | Description |
1 | name | string | required | |
2 | data | required | ||
3 | provider | string | required | |
4 | project_id | string | optional | |
5 | tags | optional | ||
6 | domain_id | string | required |
GetServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | required | |
2 | domain_id | string | required | |
3 | only | string | optional |
ServiceAccountInfo
No | Field | Type | Required | Description |
1 | service_account_id | string | ||
2 | name | string | ||
3 | data | |||
4 | provider | string | ||
5 | project_info | |||
6 | domain_id | string | ||
7 | tags | |||
8 | created_at |
ServiceAccountQuery
No | Field | Type | Required | Description |
1 | query | optional | ||
2 | service_account_id | string | optional | |
3 | name | string | optional | |
4 | provider | string | optional | |
5 | project_id | string | optional | |
6 | domain_id | string | optional |
ServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | required | |
2 | domain_id | string | required |
ServiceAccountStatQuery
No | Field | Type | Required | Description |
1 | query | required | ||
2 | domain_id | string | required |
ServiceAccountsInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
UpdateServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | required | |
2 | name | string | optional | |
3 | data | optional | ||
4 | project_id | string | optional | |
5 | tags | optional | ||
6 | domain_id | string | required | |
7 | release_project | bool | optional |
Last updated