IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
TrustRelationshipGetResponse
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TrustRelationshipGetResponse
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(stringasdate-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
}