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)
Required
data (Struct)
Required
provider (string)
Required
service_account_type (string)
Required
domain_id (string)
Required
project_id (string)
tags (Struct)
trusted_service_account_id (string)
GetServiceAccountRequest #
service_account_id (string)
Required
domain_id (string)
Required
only (string)
Repeated
ServiceAccountInfo #
service_account_id (string)
Required
name (string)
Required
service_account_type (string)
Required
data (Struct)
Required
provider (string)
Required
trusted_service_account_id (string)
Required
project_info (ProjectInfo)
Required
scope (string)
Required
domain_id (string)
Required
tags (Struct)
Required
created_at (string)
Required
ServiceAccountQuery #
domain_id (string)
Required
query (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)
Required
domain_id (string)
Required
ServiceAccountStatQuery #
query (StatisticsQuery)
Required
domain_id (string)
Required
has_secret (bool)
ServiceAccountsInfo #
results (ServiceAccountInfo)
Repeated
Required
total_count (int32)
Required
UpdateServiceAccountRequest #
service_account_id (string)
Required
domain_id (string)
Required
name (string)
data (Struct)
project_id (string)
tags (Struct)
trusted_service_account_id (string)
release_trusted_service_account (bool)