Skip to content

Enum: TunnelTypeIdEnum

The normalized identifier for the type of tunnel configuration, indicating the

scope of traffic routed through the connection. See specific usage.

URI: ocsf:TunnelTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The type of tunnel configuration is unknown
SPLIT_TUNNEL None The tunnel configuration routes only specific traffic through the tunnel
FULL_TUNNEL None The tunnel configuration routes all traffic through the tunnel
OTHER None The type of tunnel configuration is not defined by the event source

Slots

Name Description
tunnel_type_id The normalized identifier for the type of tunnel configuration, indicating th...

Identifier and Mapping Information

Schema Source

LinkML Source

name: TunnelTypeIdEnum
description: 'The normalized identifier for the type of tunnel configuration, indicating
  the

  scope of traffic routed through the connection. See specific usage.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The type of tunnel configuration is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SPLIT_TUNNEL:
    text: SPLIT_TUNNEL
    description: The tunnel configuration routes only specific traffic through the
      tunnel.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Split Tunnel
  FULL_TUNNEL:
    text: FULL_TUNNEL
    description: The tunnel configuration routes all traffic through the tunnel.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Full Tunnel
  OTHER:
    text: OTHER
    description: The type of tunnel configuration is not defined by the event source.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other