AccountTrustRelationship

edit

The trust relationship with the clusters of one account.

Properties

edit
account_id (string, required)
the ID of the Account
name (string)
A human readable name of the trust relationship
trust_all (boolean, required)
If true, all clusters in this account will by default be trusted and the trust_allowlist is ignored.
trust_allowlist (array[string])
The list of clusters to trust. Only used when trust_all is false.

Example

edit
{
   "account_id" : "string",
   "name" : "string",
   "trust_all" : true,
   "trust_allowlist" : [
      "string"
   ]
}