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 | ✅ | |
2 | data | ✅ | ||
3 | provider | string | ✅ | |
4 | project_id | string | ❌ | |
5 | tags | ❌ | ||
6 | domain_id | string | ✅ |
GetServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
ServiceAccountInfo
No | Field | Type | 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 | string |
ServiceAccountQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | service_account_id | string | ❌ | |
3 | name | string | ❌ | |
4 | provider | string | ❌ | |
5 | project_id | string | ❌ | |
6 | domain_id | string | ❌ |
ServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | ✅ | |
2 | domain_id | string | ✅ |
ServiceAccountStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
ServiceAccountsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateServiceAccountRequest
No | Field | Type | Required | Description |
1 | service_account_id | string | ✅ | |
2 | name | string | ❌ | |
3 | data | ❌ | ||
4 | project_id | string | ❌ | |
5 | tags | ❌ | ||
6 | domain_id | string | ✅ | |
7 | release_project | bool | ❌ |
Last updated