Skip to content

Enum: QueryResultIdEnum

The normalized identifier of the query result.

URI: ocsf:QueryResultIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The query result is unknown
EXISTS None The target was found
PARTIAL None The target was partially found
DOES_NOT_EXIST None The target was not found
ERROR None The discovery attempt failed
UNSUPPORTED None Discovery of the target was not supported
OTHER None The query result is not mapped

Slots

Name Description
query_result_id The normalized identifier of the query result

Identifier and Mapping Information

Schema Source

LinkML Source

name: QueryResultIdEnum
description: The normalized identifier of the query result.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The query result is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  EXISTS:
    text: EXISTS
    description: The target was found.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Exists
  PARTIAL:
    text: PARTIAL
    description: The target was partially found.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Partial
  DOES_NOT_EXIST:
    text: DOES_NOT_EXIST
    description: The target was not found.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Does not exist
  ERROR:
    text: ERROR
    description: The discovery attempt failed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Error
  UNSUPPORTED:
    text: UNSUPPORTED
    description: Discovery of the target was not supported.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Unsupported
  OTHER:
    text: OTHER
    description: 'The query result is not mapped. See the <code>query_result</code>
      attribute,

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