A newer version is available. For the latest information, see the
current release documentation.
TrustRelationshipCreateRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TrustRelationshipCreateRequest
editA request for creating a trust relationship with another environment
Properties
edit-
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.
Example
edit{
"account_ids" : [
"string"
],
"installation_id" : "string",
"name" : "string",
"public_ca_cert" : "string",
"trust_by_default" : true
}