TrustRelationshipCreateRequestedit

A request for creating a trust relationship with another environment

Propertiesedit

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, required)
A name for the trust relationship
public_ca_cert (string, required)
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.

Exampleedit

{
   "account_ids" : [
      "string"
   ],
   "installation_id" : "string",
   "name" : "string",
   "public_ca_cert" : "string",
   "trust_by_default" : true
}