Skip to content

Enum: IntegrityIdEnum

The normalized identifier of the process integrity level (Windows only).

URI: ocsf:IntegrityIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The integrity level is unknown
UNTRUSTED None Untrusted
LOW None Low
MEDIUM None Medium
HIGH None High
SYSTEM None System
PROTECTED None Protected
OTHER None The integrity level is not mapped

Slots

Name Description
integrity_id The normalized identifier of the process integrity level (Windows only)

Identifier and Mapping Information

Schema Source

LinkML Source

name: IntegrityIdEnum
description: The normalized identifier of the process integrity level (Windows only).
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The integrity level is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  UNTRUSTED:
    text: UNTRUSTED
    description: Untrusted
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Untrusted
  LOW:
    text: LOW
    description: Low
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Low
  MEDIUM:
    text: MEDIUM
    description: Medium
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Medium
  HIGH:
    text: HIGH
    description: High
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: High
  SYSTEM:
    text: SYSTEM
    description: System
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: System
  PROTECTED:
    text: PROTECTED
    description: Protected
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Protected
  OTHER:
    text: OTHER
    description: 'The integrity level is not mapped. See the <code>integrity</code>
      attribute,

      which contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other