InlineSegmentationSettings1

InlineSegmentationSettings1
InlineSegmentationSettings1
JSON Example
{
    "_create_user": "system",
    "_create_time": 1781899796657,
    "_last_modified_user": "admin",
    "_last_modified_time": 1782343250123,
    "_revision": 1,
    "id": "global_segmentation_settings",
    "display_name": "Global Segmentation Settings",
    "site_ids": [],
    "group_delimiter": ".",
    "group_prefix": "Group",
    "rule_prefix": "Rule",
    "policy_prefix": "Policy",
    "auto_sync_private_ip_range_groups": true
}
group_delimiter
Optional
Constraints: default: _

The delimiter to use for the proposed group names. Must be one of: underscore (_), period (.), hyphen (-)."

Enumeration: _, ., -
group_prefix
Optional
Constraints: default:

Specify the prefix for proposed groups. This prefix is applied to groups that may be generated by the following features currently: segmentation planning and infrastructure monitoring The default prefix is empty.

rule_prefix
Optional
Constraints: default:

Specify the prefix for proposed rules. This prefix is applied to rules that may be generated by the following features currently: segmentation planning and infrastructure monitoring The default prefix is empty.

policy_prefix
Optional
Constraints: default:

Specify the prefix for proposed security policies. This prefix is applied to policies that may be generated by the following features currently: segmentation planning and infrastructure monitoring The default prefix is empty.

boolean
auto_sync_private_ip_range_groups
Optional
Constraints: default: true

Activates automatic sync of private IP range groups for onboarded sites. ON: SSP automatically creates private IP range groups if they are absent, or updates existing groups to ensure they are in sync with SSP settings. OFF: SSP takes no action regarding private IP range groups.