Skip to content

Enum: TunnelActivityTunnelTypeIdEnum

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

scope of traffic routed through the connection. Example: 1 (Split

Tunnel) or 2 (Full Tunnel).

URI: ocsf:TunnelActivityTunnelTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
SPLIT_TUNNEL None Split Tunnel
FULL_TUNNEL None Full Tunnel
OTHER None Other

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: TunnelActivityTunnelTypeIdEnum
description: 'The normalized identifier for the type of tunnel configuration, indicating
  the

  scope of traffic routed through the connection. Example: <code>1 (Split

  Tunnel)</code> or <code>2 (Full Tunnel)</code>.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SPLIT_TUNNEL:
    text: SPLIT_TUNNEL
    description: Split Tunnel
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Split Tunnel
  FULL_TUNNEL:
    text: FULL_TUNNEL
    description: Full Tunnel
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Full Tunnel
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other