Skip to content

Enum: PriorityIdEnum

The normalized priority. Priority identifies the relative importance of the

incident or finding. It is a measurement of urgency.

URI: ocsf:PriorityIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None No priority is assigned
LOW None Application or personal procedure is unusable, where a workaround is availabl...
MEDIUM None Non-critical function or procedure is unusable or hard to use causing
HIGH None Critical functionality or network access is interrupted, degraded or unusable...
CRITICAL None Interruption making a critical functionality inaccessible or a complete netwo...
OTHER None The priority is not normalized

Slots

Name Description
priority_id The normalized priority

Identifier and Mapping Information

Schema Source

LinkML Source

name: PriorityIdEnum
description: 'The normalized priority. Priority identifies the relative importance
  of the

  incident or finding. It is a measurement of urgency.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: No priority is assigned.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  LOW:
    text: LOW
    description: 'Application or personal procedure is unusable, where a workaround
      is available

      or a repair is possible.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Low
  MEDIUM:
    text: MEDIUM
    description: 'Non-critical function or procedure is unusable or hard to use causing

      operational disruptions with no direct impact on a service''s availability.
      A

      workaround is available.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Medium
  HIGH:
    text: HIGH
    description: 'Critical functionality or network access is interrupted, degraded
      or unusable,

      having a severe impact on services availability. No acceptable alternative is

      possible.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: High
  CRITICAL:
    text: CRITICAL
    description: 'Interruption making a critical functionality inaccessible or a complete
      network

      interruption causing a severe impact on services availability. There is no

      possible alternative.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Critical
  OTHER:
    text: OTHER
    description: The priority is not normalized.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other