Skip to content

Enum: StatusIdEnum

The normalized identifier of the event status.

URI: ocsf:StatusIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The status is unknown
SUCCESS None Success
FAILURE None Failure
OTHER None The status is not mapped

Slots

Name Description
status_id The normalized identifier of the event status

Identifier and Mapping Information

Schema Source

LinkML Source

name: StatusIdEnum
description: The normalized identifier of the event status.
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
  SUCCESS:
    text: SUCCESS
    description: Success
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Success
  FAILURE:
    text: FAILURE
    description: Failure
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Failure
  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