Skip to content

Enum: PacketEncodingIdEnum

The normalized identifier of the encoding method used to represent the packet

data as a string.

URI: ocsf:PacketEncodingIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The encoding format of the packet data is not known
BASE64 None The packet data is encoded using Base64
HEXADECIMAL None The packet data is encoded as a hexadecimal string representation of the raw
URL_ENCODED None The packet data is encoded using percent-encoding (URL encoding)
OTHER None The encoding method is not mapped

Slots

Name Description
encoding_id The normalized identifier of the encoding method used to represent the packet

Identifier and Mapping Information

Schema Source

LinkML Source

name: PacketEncodingIdEnum
description: 'The normalized identifier of the encoding method used to represent the
  packet

  data as a string.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The encoding format of the packet data is not known.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  BASE64:
    text: BASE64
    description: The packet data is encoded using Base64.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Base64
  HEXADECIMAL:
    text: HEXADECIMAL
    description: 'The packet data is encoded as a hexadecimal string representation
      of the raw

      bytes.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Hexadecimal
  URL_ENCODED:
    text: URL_ENCODED
    description: The packet data is encoded using percent-encoding (URL encoding).
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: URL Encoded
  OTHER:
    text: OTHER
    description: 'The encoding method is not mapped. Refer to the <code>encoding</code>
      field for

      the original source-specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other