SegmentationIdsProfilesListResponse

SegmentationIdsProfilesListResponse
Proposed IDS Profiles List Response

Paginated response containing a list of proposed IDS profiles.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 2,
    "total_result_count": 2,
    "total_pages": 1,
    "sort_ascending": true,
    "sort_by": "displayName",
    "results": [
        {
            "id": "b8f47985-22ed-3193-bca8-11c7b025cbce",
            "display_name": "SSP_Env_IDPS_Profile",
            "description": "IDPS Profile for all environment traffic",
            "profile_type": "ENVIRONMENT",
            "publish_status": "PUBLISH_SUCCESS",
            "publish_action": "NONE",
            "severities": [
                "CRITICAL",
                "HIGH"
            ]
        },
        {
            "id": "SSP_Infra_IDPS_Profile",
            "display_name": "SSP_Infra_IDPS_Profile",
            "description": "IDPS Profile for all infrastructure services",
            "profile_type": "INFRASTRUCTURE",
            "publish_status": "READY_TO_PUBLISH",
            "publish_action": "NONE",
            "severities": [
                "CRITICAL",
                "HIGH"
            ]
        }
    ]
}