ExternalTrustRelationship
editExternalTrustRelationship
editThe trust relationship with external entities (remote environments, remote accounts…).
Properties
edit-
name
(string
) - The name of the external trust relationship. Retrieved from the TrustRelationship and ignored on write.
-
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{ "name" : "string", "trust_all" : true, "trust_allowlist" : [ "string" ], "trust_relationship_id" : "string" }