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.
TrustRelationshipUpdateResponse
editTrustRelationshipUpdateResponse
editA response returned from the trust relationship update endpoint
Properties
edit-
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.
Example
edit{ "account_ids" : [ "string" ], "id" : "string", "installation_id" : "string", "local" : true, "name" : "string", "trust_by_default" : true }