InlineProposedSecurityPolicyRulesRequest1

InlineProposedSecurityPolicyRulesRequest1
InlineProposedSecurityPolicyRulesRequest1
JSON Example
{
    "offset": 0,
    "page_size": 50,
    "sort_ascending": true,
    "sort_by": "sequenceNumber",
    "proposed_sync_action": [
        "CREATE",
        "OVERWRITE"
    ]
}
array of string
id
Optional

Filter by rule id (not currently applied)

array of string
display_name
Optional

Filter by rule display name (not currently applied)

array of string
source_groups
Optional

Return only rules whose sources match any listed path or group id (OR within list).

array of string
destination_groups
Optional

Return only rules whose destinations match any listed path or group id.

array of string
scope
Optional

Return only rules whose applied-to scopes match any listed path or group id.

array of string
services
Optional

Return only rules whose services match any listed path or TCP/UDP token (PROTO:PORT or proto/port). Literal ANY in the filter list is ignored.

proposed_sync_action
Optional

Filter by proposed sync action. Only rules whose proposed_sync_action matches any of the listed values are returned. OR semantics within the list. When omitted, no filtering by sync action is applied.