InlineSiteIdpsConfig1

InlineSiteIdpsConfig1
InlineSiteIdpsConfig1
JSON Example
{
    "site_id": "2dc4556b-3f18-481f-9826-61119ea9a7fc",
    "assigned_version": "1.0",
    "auto_update": true
}
string
site_id
Required  

Unique identifier of the site this configuration applies to. This serves as the primary identifier for the configuration resource.

string
assigned_version
Optional

Specific IDPS signature version to assign to this site. This property is mutually exclusive with auto_update.

  • Required when auto_update is false
  • Must be null when auto_update is true.
boolean
auto_update
Required  

Controls automatic updates for IDPS signatures. This property is mutually exclusive with assigned_version.

  • When true: Site automatically uses the latest available version.
  • When false: Site uses the specific version defined in assigned_version. assigned_version is required.