RulesetAssociationsedit

The configuration settings for the traffic filter.

Propertiesedit

associations (array[FilterAssociation], required)
List of associations
total_associations (integer as int32, required)
Total number of associations. This includes associations the user does not have permission to view.

Exampleedit

{
   "associations" : [
      {
         "entity_type" : "string",
         "id" : "string"
      }
   ],
   "total_associations" : 0
}