Skip to content

Enum: DnsAnswerFlagIdsEnum

The list of DNS answer header flag IDs.

URI: ocsf:DnsAnswerFlagIdsEnum

Permissible Values

Value Meaning Description
AUTHORITATIVE_ANSWER None Authoritative Answer
TRUNCATED_RESPONSE None Truncated Response
RECURSION_DESIRED None Recursion Desired
RECURSION_AVAILABLE None Recursion Available
AUTHENTIC_DATA None Authentic Data
CHECKING_DISABLED None Checking Disabled
UNKNOWN None The flag is unknown
OTHER None The flag is not mapped

Slots

Name Description
flag_ids The list of DNS answer header flag IDs

Identifier and Mapping Information

Schema Source

LinkML Source

name: DnsAnswerFlagIdsEnum
description: The list of DNS answer header flag IDs.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  AUTHORITATIVE_ANSWER:
    text: AUTHORITATIVE_ANSWER
    description: Authoritative Answer
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Authoritative Answer
  TRUNCATED_RESPONSE:
    text: TRUNCATED_RESPONSE
    description: Truncated Response
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Truncated Response
  RECURSION_DESIRED:
    text: RECURSION_DESIRED
    description: Recursion Desired
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Recursion Desired
  RECURSION_AVAILABLE:
    text: RECURSION_AVAILABLE
    description: Recursion Available
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Recursion Available
  AUTHENTIC_DATA:
    text: AUTHENTIC_DATA
    description: Authentic Data
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Authentic Data
  CHECKING_DISABLED:
    text: CHECKING_DISABLED
    description: Checking Disabled
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Checking Disabled
  UNKNOWN:
    text: UNKNOWN
    description: The flag is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The flag is not mapped. See the <code>flags</code> attribute, which
      contains a

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