A newer version is available. For the latest information, see the
current release documentation.
AccountTrustRelationship
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
AccountTrustRelationship
editThe 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 clusters in this account will by default be trusted and the
trust_allowlistis ignored. -
trust_allowlist(array[string)] -
The list of clusters to trust. Only used when
trust_allis false.
Example
edit{
"account_id" : "string",
"trust_all" : true,
"trust_allowlist" : [
"string"
]
}