Skip to content

Enum: SecurityLevelIdEnum

The current security level of the entity

URI: ocsf:SecurityLevelIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
SECURE None Secure
AT_RISK None At Risk
COMPROMISED None Compromised
OTHER None The security level is not mapped

Slots

Name Description
security_level_id The current security level of the entity

Identifier and Mapping Information

Schema Source

LinkML Source

name: SecurityLevelIdEnum
description: The current security level of the entity
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
  SECURE:
    text: SECURE
    description: Secure
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Secure
  AT_RISK:
    text: AT_RISK
    description: At Risk
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: At Risk
  COMPROMISED:
    text: COMPROMISED
    description: Compromised
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Compromised
  OTHER:
    text: OTHER
    description: 'The security level is not mapped. See the <code>security_level</code>

      attribute, which contains data source specific values.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other