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