SiteIdpsConfig
Site IDPS Configuration
Configuration for IDPS signature version assignment for a specific site. Controls which IDPS signature version is assigned to a site.
- auto_update and assigned_version are mutually exclusive
- When auto_update is true: assigned_version must be null. (site uses latest IDPS bundle version)
- When auto_update is false: assigned_version must be provided (site uses specific IDPS bundle version)
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"site_id": "2dc4556b-3f18-481f-9826-61119ea9a7fc",
"assigned_version": "1.0",
"auto_update": true
}