criticality-thresholds-settings
criticality-thresholds-settings
Model representing Criticality Thresholds Settings.
AllOf
This class requires all of the following:
JSON Example
{
"policyId": "string",
"inherited": false,
"resourceKindKey": {
"resourceKind": "string",
"adapterKind": "string"
},
"criticalityThresholdsConfig": {
"critical": "number",
"immediate": "number",
"warning": "number"
}
}