IpFilterRulesetedit

The container for a set of IP filter rules.

Propertiesedit

associations (array[FilterAssociation])
List of associations. Returned only when include_associations query parameter is true
description (string)
Description of the ruleset
id (string)
The ruleset ID
name (string, required)
Name of the ruleset
rules (array[IpFilterRule], required)
List of rules
total_associations (integer as int32)
Total number of associations. This includes associations the user does not have permission to view.Returned only when include_associations query parameter is true

Exampleedit

{
   "associations" : [
      {
         "entity_type" : "string",
         "id" : "string"
      }
   ],
   "description" : "string",
   "id" : "string",
   "name" : "string",
   "rules" : [
      {
         "description" : "string",
         "id" : "string",
         "source" : "string"
      }
   ],
   "total_associations" : 0
}