Skip to content

Enum: DnssecStatusIdEnum

Describes the normalized status of DNS Security Extensions (DNSSEC) for a

domain.

URI: ocsf:DnssecStatusIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The disposition is unknown
SIGNED None The related domain enables the signing of DNS records using DNSSEC
UNSIGNED None The related domain does not enable the signing of DNS records using DNSSEC
OTHER None The DNSSEC status is not mapped

Slots

Name Description
dnssec_status_id Describes the normalized status of DNS Security Extensions (DNSSEC) for a

Identifier and Mapping Information

Schema Source

LinkML Source

name: DnssecStatusIdEnum
description: 'Describes the normalized status of DNS Security Extensions (DNSSEC)
  for a

  domain.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The disposition is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SIGNED:
    text: SIGNED
    description: The related domain enables the signing of DNS records using DNSSEC.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Signed
  UNSIGNED:
    text: UNSIGNED
    description: The related domain does not enable the signing of DNS records using
      DNSSEC.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Unsigned
  OTHER:
    text: OTHER
    description: 'The DNSSEC status is not mapped. See the <code>dnssec_status</code>
      attribute,

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