AccountResponseedit

An account is the entity that owns deployments, and it is accessed by users. Accounts are isolated from each other.

Propertiesedit

id (string, required)
The account's identifier
trust (AccountTrustSettings)
Settings related to the level of trust of the clusters in this account

Exampleedit

{
   "id" : "string",
   "trust" : {
      "trust_all" : true
   }
}