TrustedServiceAccount
Package : spaceone.api.identity.v2
TrustedServiceAccount
TrustedServiceAccount Methods:
Method | Request | Response |
---|---|---|
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)
Required
data (Struct)
Required
provider (string)
Required
scope (Scope)
Required
domain_id (string)
Required
tags (Struct)
workspace_id (string)
TrustedServiceAccountInfo
trusted_service_account_id (string)
Required
name (string)
Required
data (Struct)
Required
provider (string)
Required
tags (Struct)
Required
scope (Scope)
Required
domain_id (string)
Required
workspace_id (string)
Required
created_at (string)
Required
TrustedServiceAccountRequest
trusted_service_account_id (string)
Required
domain_id (string)
Required
workspace_id (string)
TrustedServiceAccountSearchQuery
domain_id (string)
Required
query (Query)
trusted_service_account_id (string)
name (string)
provider (string)
scope (Scope)
workspace_id (string)
TrustedServiceAccountStatQuery
query (StatisticsQuery)
Required
domain_id (string)
Required
workspace_id (string)
TrustedServiceAccountsInfo
results (TrustedServiceAccountInfo)
Repeated
Required
total_count (int32)
Required
UpdateTrustedServiceAccountRequest
trusted_service_account_id (string)
Required
domain_id (string)
Required
name (string)
data (Struct)
tags (Struct)
workspace_id (string)
Last updated