Skip to content

Enum: DataClassificationStatusIdEnum

The normalized status identifier of the classification job.

URI: ocsf:DataClassificationStatusIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
COMPLETE None The classification job completed for the evaluated resource
PARTIAL None The classification job partially completed for the evaluated resource
FAIL None The classification job failed for the evaluated resource
OTHER None The classification job type id is not mapped

Slots

Name Description
status_id The normalized status identifier of the classification job

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataClassificationStatusIdEnum
description: The normalized status identifier of the classification job.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  COMPLETE:
    text: COMPLETE
    description: The classification job completed for the evaluated resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Complete
  PARTIAL:
    text: PARTIAL
    description: The classification job partially completed for the evaluated resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Partial
  FAIL:
    text: FAIL
    description: The classification job failed for the evaluated resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Fail
  OTHER:
    text: OTHER
    description: The classification job type id is not mapped.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other