TrustRelationshipCreateResponseedit

A response returned from the trust relationship create endpoint

Propertiesedit

account_ids (array[string])
The ID of the accounts trusted by this relationship.
id (string, required)
The id of the trust relationship
installation_id (string)
The installation ID of the environment to trust
local (boolean, required)
If this is the trust relationship for the local environment
name (string, required)
The name of the trust relationship
trust_by_default (boolean, required)
If this relationship is trusted by default by all deployments in the current environment.

Exampleedit

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