Skip to content

Enum: EntityManagementActivityIdEnum

EntityManagement activity_id values.

URI: ocsf:EntityManagementActivityIdEnum

Permissible Values

Value Meaning Description
CREATE None Create a new managed entity
READ None Read an existing managed entity
UPDATE None Update an existing managed entity
DELETE None Delete a managed entity
MOVE None Move or rename an existing managed entity
ENROLL None Enroll an existing managed entity
UNENROLL None Unenroll an existing managed entity
ENABLE None Enable an existing managed entity
DISABLE None Disable an existing managed entity
ACTIVATE None Activate an existing managed entity
DEACTIVATE None Deactivate an existing managed entity
SUSPEND None Suspend an existing managed entity
RESUME None Resume (unsuspend) an existing managed entity
UNKNOWN None The event activity is unknown
OTHER None The event activity is not mapped

Slots

Name Description
activity_id

Identifier and Mapping Information

Schema Source

LinkML Source

name: EntityManagementActivityIdEnum
description: EntityManagement activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  CREATE:
    text: CREATE
    description: Create a new managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Create
  READ:
    text: READ
    description: Read an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Read
  UPDATE:
    text: UPDATE
    description: Update an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Update
  DELETE:
    text: DELETE
    description: Delete a managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Delete
  MOVE:
    text: MOVE
    description: Move or rename an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Move
  ENROLL:
    text: ENROLL
    description: Enroll an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Enroll
  UNENROLL:
    text: UNENROLL
    description: Unenroll an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Unenroll
  ENABLE:
    text: ENABLE
    description: 'Enable an existing managed entity. Note: This is typically regarded
      as a

      semi-permanent, editor visible, syncable change.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Enable
  DISABLE:
    text: DISABLE
    description: 'Disable an existing managed entity. Note: This is typically regarded
      as a

      semi-permanent, editor visible, syncable change.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '9'
      caption:
        tag: caption
        value: Disable
  ACTIVATE:
    text: ACTIVATE
    description: 'Activate an existing managed entity. Note: This is a typically regarded
      as a

      transient change, a change of state of the engine.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '10'
      caption:
        tag: caption
        value: Activate
  DEACTIVATE:
    text: DEACTIVATE
    description: 'Deactivate an existing managed entity. Note: This is a typically
      regarded as a

      transient change, a change of state of the engine.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '11'
      caption:
        tag: caption
        value: Deactivate
  SUSPEND:
    text: SUSPEND
    description: Suspend an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '12'
      caption:
        tag: caption
        value: Suspend
  RESUME:
    text: RESUME
    description: Resume (unsuspend) an existing managed entity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '13'
      caption:
        tag: caption
        value: Resume
  UNKNOWN:
    text: UNKNOWN
    description: The event activity is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The event activity is not mapped. See the <code>activity_name</code>
      attribute,

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