AccountTrustRelationship

edit

The trust relationship with the clusters of one account.

Properties

edit
account_id (string, required)
the ID of the Account
trust_all (boolean, required)
If true, all the clusters of this account will be trusted and the trust_whitelist is ignored.
trust_whitelist (array[string])
The list of clusters to trust. Only used when trust_all is false.

Example

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