ServiceAccount #
Package : spaceone.api.identity.v1
ServiceAccount #
ServiceAccount Methods:
create #
POST /identity/v1/service-account/create
update #
POST /identity/v1/service-account/update
delete #
POST /identity/v1/service-account/delete
get #
POST /identity/v1/service-account/get
list #
POST /identity/v1/service-account/list
stat #
POST /identity/v1/service-account/stat
Message #
CreateServiceAccountRequest #
name (string)
Requireddata (Struct)
Requiredprovider (string)
Requiredservice_account_type (string)
Requireddomain_id (string)
Requiredproject_id (string)
tags (Struct)
trusted_service_account_id (string)
GetServiceAccountRequest #
service_account_id (string)
Requireddomain_id (string)
Requiredonly (string)
Repeated
ServiceAccountInfo #
service_account_id (string)
Requiredname (string)
Requiredservice_account_type (string)
Requireddata (Struct)
Requiredprovider (string)
Requiredtrusted_service_account_id (string)
Requiredproject_info (ProjectInfo)
Requiredscope (string)
Requireddomain_id (string)
Requiredtags (Struct)
Requiredcreated_at (string)
Required
ServiceAccountQuery #
domain_id (string)
Requiredquery (Query)
service_account_id (string)
name (string)
service_account_type (string)
provider (string)
trusted_service_account_id (string)
project_id (string)
scope (string)
has_secret (bool)
ServiceAccountRequest #
service_account_id (string)
Requireddomain_id (string)
Required
ServiceAccountStatQuery #
query (StatisticsQuery)
Requireddomain_id (string)
Requiredhas_secret (bool)
ServiceAccountsInfo #
results (ServiceAccountInfo)
RepeatedRequiredtotal_count (int32)
Required
UpdateServiceAccountRequest #
service_account_id (string)
Requireddomain_id (string)
Requiredname (string)
data (Struct)
project_id (string)
tags (Struct)
trusted_service_account_id (string)
release_trusted_service_account (bool)