InlineRuleAnalysisFirewallRule1

InlineRuleAnalysisFirewallRule1
InlineRuleAnalysisFirewallRule1
JSON Example
{
    "policy_name": "string",
    "is_anchor": false,
    "is_unpublished": false,
    "is_ignored": false,
    "metadata": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "additional_info": {
        "destination_groups": [
            {
                "path": "string",
                "display_name": "string"
            }
        ],
        "profiles": [
            {
                "path": "string",
                "display_name": "string"
            }
        ],
        "services": [
            {
                "path": "string",
                "display_name": "string"
            }
        ],
        "source_groups": [
            {
                "path": "string",
                "display_name": "string"
            }
        ]
    },
    "service_entries": [
        "string"
    ]
}
string
policy_name
Read-Only  

Indicates the display name of the parent policy.

boolean
is_anchor
Read-Only  

Indicates if the rule is the anchor rule of the anomaly rule-set in firewall rule analysis result.

boolean
is_unpublished
Read-Only  

Indicates if the rule is not published to firewall configuration.

boolean
is_ignored
Read-Only  

Indicates if the rule is ignored from firewall rule analysis activities.

metadata
Optional

Holds additional information about the rule.

additional_info
Optional

Additional metadata information for firewall rule properties.

array of string
service_entries
Optional
Constraints: maxItems: 128

DEPRECATED: This field overrides the base NsxBaseRule.service_entries for backward compatibility. In upcoming versions, this will use the base service_entries type (NsxServiceEntry). In order to specify raw services this can be used, along with services which contains path to services. This can be empty or null.