Skip to content

Enum: FindingActivityIdEnum

The normalized identifier of the finding activity.

URI: ocsf:FindingActivityIdEnum

Permissible Values

Value Meaning Description
CREATE None A finding was created
UPDATE None A finding was updated
CLOSE None A finding was closed
UNKNOWN None The event activity is unknown
OTHER None The event activity is not mapped

Slots

Name Description
activity_id The normalized identifier of the finding activity

Identifier and Mapping Information

Schema Source

LinkML Source

name: FindingActivityIdEnum
description: The normalized identifier of the finding activity.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  CREATE:
    text: CREATE
    description: A finding was created.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Create
  UPDATE:
    text: UPDATE
    description: A finding was updated.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Update
  CLOSE:
    text: CLOSE
    description: A finding was closed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Close
  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