Skip to content

Enum: StateIdEnum

The normalized state ID of the event or object. See specific usage.

URI: ocsf:StateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The state is unknown
OTHER None The state is not mapped

Slots

Name Description
state_id The normalized state ID of the event or object

Identifier and Mapping Information

Schema Source

LinkML Source

name: StateIdEnum
description: The normalized state ID of the event or object. See specific usage.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The state is not mapped. See the <code>state</code> attribute, which
      contains a

      data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other