Skip to content

Enum: DataClassificationCategoryIdEnum

The normalized identifier of the data classification category.

URI: ocsf:DataClassificationCategoryIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The type is not mapped
PERSONAL None Any Personally Identifiable Information (PII), Electronic Personal Health
GOVERNMENTAL None Any sensitive government identification number related to a person or other
FINANCIAL None Any financially-related sensitive information or Cardholder Data (CHD)
BUSINESS None Any business-specific sensitive data such as intellectual property, trademark...
MILITARY_AND_LAW_ENFORCEMENT None Any mission-specific sensitive data for military, law enforcement, or other
SECURITY None Any sensitive security-related data such as passwords, passkeys, IP addresses...
OTHER None Any other type of data classification or a multi-variate classification made ...

Slots

Name Description
category_id The normalized identifier of the data classification category

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataClassificationCategoryIdEnum
description: The normalized identifier of the data classification category.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: 'The type is not mapped. See the <code>data_type</code> attribute,
      which

      contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  PERSONAL:
    text: PERSONAL
    description: 'Any Personally Identifiable Information (PII), Electronic Personal
      Health

      Information (ePHI), or similarly personal information. E.g., full name, home

      address, date of birth, etc.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Personal
  GOVERNMENTAL:
    text: GOVERNMENTAL
    description: 'Any sensitive government identification number related to a person
      or other

      classified material. E.g., Passport numbers, driver license numbers, business

      identification, taxation identifiers, etc.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Governmental
  FINANCIAL:
    text: FINANCIAL
    description: 'Any financially-related sensitive information or Cardholder Data
      (CHD). E.g.,

      banking account numbers, credit card numbers, International Banking Account

      Numbers (IBAN), SWIFT codes, etc.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Financial
  BUSINESS:
    text: BUSINESS
    description: 'Any business-specific sensitive data such as intellectual property,
      trademarks,

      copyrights, human resource data, Board of Directors meeting minutes, and

      similar.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Business
  MILITARY_AND_LAW_ENFORCEMENT:
    text: MILITARY_AND_LAW_ENFORCEMENT
    description: 'Any mission-specific sensitive data for military, law enforcement,
      or other

      government agencies such as specifically classified data, weapon systems

      information, or other planning data.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Military and Law Enforcement
  SECURITY:
    text: SECURITY
    description: 'Any sensitive security-related data such as passwords, passkeys,
      IP addresses,

      API keys, credentials and similar secrets. E.g., AWS Access Secret Key, SaaS

      API Keys, user passwords, database credentials, etc.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Security
  OTHER:
    text: OTHER
    description: 'Any other type of data classification or a multi-variate classification
      made up

      of several other classification categories.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other