Service Account
Package : spaceone.api.identity.v1
ServiceAccount
ServiceAccount Methods:
NO
Method
Request Type
Response Type
Description
create
POST /identity/v1/service-accounts
update
PUT /identity/v1/service-account/{service_account_id}
delete
DELETE /identity/v1/service-account/{service_account_id}
get
GET /identity/v1/service-account/{service_account_id}
list
GET /identity/v1/service-accounts
POST /identity/v1/service-accounts/search
stat
POST /identity/v1/service-accounts/stat
Message
CreateServiceAccountRequest
No
Field
Type
Required
Description
1
name
string
✅
3
provider
string
✅
4
project_id
string
❌
6
domain_id
string
✅
GetServiceAccountRequest
No
Field
Type
Required
Description
1
service_account_id
string
✅
2
domain_id
string
✅
3
only
string
❌
ServiceAccountInfo
No
Field
Type
Description
1
service_account_id
string
2
name
string
4
provider
string
6
domain_id
string
ServiceAccountQuery
No
Field
Type
Required
Description
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
ServiceAccountsInfo
UpdateServiceAccountRequest
No
Field
Type
Required
Description
1
service_account_id
string
✅
2
name
string
❌
4
project_id
string
❌
6
domain_id
string
✅
7
release_project
bool
❌
Last updated