AccountResponse

edit

An 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
   }
}