IgnoredRulesListRequest

IgnoredRulesListRequest
IgnoredRulesListRequest

Request body to fetch list of firewall rules ignored from rule analysis activities.

AllOf
This class requires all of the following:
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "display_name": [
        "string"
    ],
    "rule_id": [
        0
    ],
    "parent_path": [
        "string"
    ],
    "policy_name": [
        "string"
    ]
}