Skip to content

Enum: CheckStatusIdEnum

The normalized status identifier of the compliance check.

URI: ocsf:CheckStatusIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The status is unknown
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
OTHER None The event status is not mapped

Slots

Name Description
status_id The normalized status identifier of the compliance check

Identifier and Mapping Information

Schema Source

LinkML Source

name: CheckStatusIdEnum
description: The normalized status identifier of the compliance check.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The status is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  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
  OTHER:
    text: OTHER
    description: 'The event 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