TrustRelationshipUpdateRequest
editTrustRelationshipUpdateRequest
editA request for updating a trust relationship with another environment
Properties
edit-
account_ids
(array[
string
)]
- The ID of the accounts to trust by this relationship.
-
installation_id
(string
) - The installation ID of the environment to trust
-
name
(string
) - A name for the trust relationship
-
public_ca_cert
(string
) - The public CA certificate of the environment to trust
-
trust_by_default
(boolean
) - If this relationship is trusted by default by all deployments in the current environment.
Example
edit{ "account_ids" : [ "string" ], "installation_id" : "string", "name" : "string", "public_ca_cert" : "string", "trust_by_default" : true }