IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
AccountResponse
editAccountResponse
editAn account is the entity that owns deployments, and it is accessed by users. Accounts are isolated from each other.
Properties
edit-
id
(string
, required) - The account's identifier
-
trust
(AccountTrustSettings
) - Settings related to the level of trust of the clusters in this account
Example
edit{ "id" : "string", "trust" : { "trust_all" : true } }