criticality-thresholds-settings

criticality-thresholds-settings
criticality-thresholds-settings

Model representing Criticality Thresholds Settings.

AllOf
JSON Example
{
    "policyId": "string",
    "inherited": false,
    "resourceKindKey": {
        "resourceKind": "string",
        "adapterKind": "string"
    },
    "criticalityThresholdsConfig": {
        "critical": "number",
        "immediate": "number",
        "warning": "number"
    }
}