ProposedEnvIdsSecurityPolicy

ProposedEnvIdsSecurityPolicy
Proposed Environment IDS Security Policy

Proposed IDS security policy for environment. Derives from ProposedIdsSecurityPolicy with the same structure; used to distinguish environment IDS policies in API responses.

AllOf
This class requires all of the following:
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"
    ],
    "path": "string",
    "policy_type": "string",
    "publish_status": "string",
    "publish_action": "string",
    "rule_count": 0,
    "matching_rule_count": 0,
    "intrusion_policy": {}
}