It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ExternalTrustRelationship
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ExternalTrustRelationship
editThe trust relationship with external entities (remote environments, remote accounts…).
Properties
edit-
trust_all
(boolean
, required) -
If true, all clusters in this external entity will 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. -
trust_relationship_id
(string
, required) - the ID of the external trust relationship
Example
edit{ "trust_all" : true, "trust_allowlist" : [ "string" ], "trust_relationship_id" : "string" }