Skip to content

Enum: DataSecurityFindingActivityIdEnum

The normalized identifier of the Data Security Finding activity.

URI: ocsf:DataSecurityFindingActivityIdEnum

Permissible Values

Value Meaning Description
CREATE None A new Data Security finding is created
UPDATE None An existing Data Security finding is updated with more information
CLOSE None An existing Data Security finding is closed, this can be due to any resolutio...
SUPPRESSED None An existing Data Security finding is suppressed due to inaccurate detection
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 Data Security Finding activity

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataSecurityFindingActivityIdEnum
description: The normalized identifier of the Data Security Finding activity.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  CREATE:
    text: CREATE
    description: A new Data Security finding is created.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Create
  UPDATE:
    text: UPDATE
    description: An existing Data Security finding is updated with more information.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Update
  CLOSE:
    text: CLOSE
    description: 'An existing Data Security finding is closed, this can be due to
      any resolution

      (e.g., True Positive, False Positive, etc.).'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Close
  SUPPRESSED:
    text: SUPPRESSED
    description: 'An existing Data Security finding is suppressed due to inaccurate
      detection

      techniques or a known true negative.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Suppressed
  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