Skip to content

Enum: ActionIdEnum

The normalized action taken by a control or other policy-based system leading

to an outcome or disposition.

URI: ocsf:ActionIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The action was unknown
ALLOWED None The activity was allowed
DENIED None The attempted activity was denied
OTHER None The action was not mapped

Slots

Name Description
action_id The normalized action taken by a control or other policy-based system leading

Identifier and Mapping Information

Schema Source

LinkML Source

name: ActionIdEnum
description: 'The normalized action taken by a control or other policy-based system
  leading

  to an outcome or disposition.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The action was unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  ALLOWED:
    text: ALLOWED
    description: The activity was allowed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Allowed
  DENIED:
    text: DENIED
    description: The attempted activity was denied.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Denied
  OTHER:
    text: OTHER
    description: 'The action was not mapped. See the <code>action</code> attribute,
      which

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