Enum: ComplianceStatusIdEnum
The normalized status identifier of the compliance check.
URI: ocsf:ComplianceStatusIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| PASS | None | The compliance check passed for all the evaluated resources |
| WARNING | None | The compliance check did not yield a result due to missing information |
| FAIL | None | The compliance check failed for at least one of the evaluated resources |
| UNKNOWN | None | The status is unknown |
| OTHER | None | The status is not mapped |
Slots
| Name | Description |
|---|---|
| status_id | The normalized status identifier of the compliance check |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: ComplianceStatusIdEnum
description: The normalized status identifier of the compliance check.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
PASS:
text: PASS
description: The compliance check passed for all the evaluated resources.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Pass
WARNING:
text: WARNING
description: The compliance check did not yield a result due to missing information.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Warning
FAIL:
text: FAIL
description: The compliance check failed for at least one of the evaluated resources.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Fail
UNKNOWN:
text: UNKNOWN
description: The status is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
OTHER:
text: OTHER
description: 'The status is not mapped. See the <code>status</code> attribute,
which contains
a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other