IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

FilterAssociation

edit

The association with a ruleset or user auth token for a deployment, template, or product.

Properties

edit
entity_type (string, required)
Type of the IP filter ruleset association, such as 'deployment', 'cluster'
id (string, required)
ID of the entity, such as the deployment ID or Elasticsearch cluster ID.

Example

edit
{
   "entity_type" : "string",
   "id" : "string"
}