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.
TrustRelationshipGetResponse
editTrustRelationshipGetResponse
editIntentionally left blank
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
-
last_modified
(string
asdate-time
, required) - The most recent time the trust relationship was changed (ISO format in UTC)
-
local
(boolean
, required) - If this is the trust relationship for the local environment
-
name
(string
, required) - The name of the trust relationship
-
public_ca_cert
(string
) - The public CA certificate of the environment to trust
-
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", "last_modified" : "2019-01-01T00:00:00Z", "local" : true, "name" : "string", "public_ca_cert" : "string", "trust_by_default" : true }