CategoryScore

CategoryScore
Category Score

Unified score for a category (used in both segmentation and threat assessment).

JSON Example
{
    "category_type": "string",
    "score": "number",
    "max_score": "number",
    "sub_category_scores": [
        {
            "score": "number",
            "max_score": "number",
            "sub_category_type": "string"
        }
    ]
}
string
category_type
Required  

Category type (supports both segmentation and threat assessment categories).

Enumeration: DFW_INFRA, DFW_ENV, DFW_APP, DFW_OS_PROTOCOL, DFW_DEPLOYMENT_ENABLEMENT, IDPS_FEATURE_ACTIVATION, IDPS_ENVIRONMENT_PAIR_COVERAGE, IDPS_VULNERABLE_WORKLOAD_COVERAGE, IDPS_INFRA_WORKLOAD_COVERAGE, IDPS_VDI_WORKLOAD_COVERAGE, IDPS_CRITICAL_APP_WORKLOAD_COVERAGE, IDPS_REGULAR_APP_WORKLOAD_COVERAGE, IDPS_OTHER_APP_WORKLOAD_COVERAGE, NTA_DETECTOR_ACTIVATION, NDR_FEATURE_ACTIVATION, NDR_SIEM_CONFIGURATION
number
score
Required  

Score for this category.

number
max_score
Required  

Maximum score for this category.

sub_category_scores
Optional

List of sub-category scores within this category.

Property Of