Skip to content

Enum: NetworkScopeIdEnum

The normalized identifier of the endpoint’s network scope. The normalized

network scope identifier indicates whether the endpoint resides inside the

customer’s network, outside on the Internet, or if its location relative to the

customer’s network cannot be determined.

URI: ocsf:NetworkScopeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown whether this endpoint resides within the customer’s network
INTERNAL None The endpoint resides inside the customer’s network
EXTERNAL None The endpoint is on the Internet or otherwise external to the customer’s
OTHER None The network scope is not mapped

Slots

Name Description
network_scope_id The normalized identifier of the endpoint’s network scope

Identifier and Mapping Information

Schema Source

LinkML Source

name: NetworkScopeIdEnum
description: 'The normalized identifier of the endpoint’s network scope. The normalized

  network scope identifier indicates whether the endpoint resides inside the

  customer’s network, outside on the Internet, or if its location relative to the

  customer’s network cannot be determined.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown whether this endpoint resides within the customer’s network.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  INTERNAL:
    text: INTERNAL
    description: The endpoint resides inside the customer’s network.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Internal
  EXTERNAL:
    text: EXTERNAL
    description: 'The endpoint is on the Internet or otherwise external to the customer’s

      network.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: External
  OTHER:
    text: OTHER
    description: 'The network scope is not mapped. See the <code>network_scope</code>
      attribute,

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