IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IpFilterRuleset
editIpFilterRuleset
editThe container for a set of IP filter rules.
Properties
edit-
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
asint32
) - Total number of associations. This includes associations the user does not have permission to view.Returned only when include_associations query parameter is true
Example
edit{ "associations" : [ { "entity_type" : "string", "id" : "string" } ], "description" : "string", "id" : "string", "name" : "string", "rules" : [ { "description" : "string", "id" : "string", "source" : "string" } ], "total_associations" : 0 }