TrustedServiceAccount #
Package : spaceone.api.identity.v2
TrustedServiceAccount #
TrustedServiceAccount Methods:
create #
POST /identity/v2/trusted-account/create
update #
POST /identity/v2/trusted-account/update
delete #
POST /identity/v2/trusted-account/delete
get #
POST /identity/v2/trusted-account/get
list #
POST /identity/v2/trusted-account/list
stat #
POST /identity/v2/trusted-account/stat
Message #
CreateTrustedServiceAccountRequest #
name (string)
Requireddata (Struct)
Requiredprovider (string)
Requiredscope (Scope)
Requireddomain_id (string)
Requiredtags (Struct)
workspace_id (string)
TrustedServiceAccountInfo #
trusted_service_account_id (string)
Requiredname (string)
Requireddata (Struct)
Requiredprovider (string)
Requiredtags (Struct)
Requiredscope (Scope)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredcreated_at (string)
Required
TrustedServiceAccountRequest #
trusted_service_account_id (string)
Requireddomain_id (string)
Requiredworkspace_id (string)
TrustedServiceAccountSearchQuery #
domain_id (string)
Requiredquery (Query)
trusted_service_account_id (string)
name (string)
provider (string)
scope (Scope)
workspace_id (string)
TrustedServiceAccountStatQuery #
query (StatisticsQuery)
Requireddomain_id (string)
Requiredworkspace_id (string)
TrustedServiceAccountsInfo #
results (TrustedServiceAccountInfo)
RepeatedRequiredtotal_count (int32)
Required
UpdateTrustedServiceAccountRequest #
trusted_service_account_id (string)
Requireddomain_id (string)
Requiredname (string)
data (Struct)
tags (Struct)
workspace_id (string)