Skip to content

Enum: EmailActivityActivityIdEnum

EmailActivity activity_id values.

URI: ocsf:EmailActivityActivityIdEnum

Permissible Values

Value Meaning Description
SEND None Send
RECEIVE None Receive
SCAN None Email being scanned (example: security scanning)
TRACE None Follow an email message as it travels through an organization
MTA_RELAY None Email processed by an MTA, typically combining send, receive, and scan
UNKNOWN None The event activity is unknown
OTHER None The event activity is not mapped

Slots

Name Description
activity_id

Identifier and Mapping Information

Schema Source

LinkML Source

name: EmailActivityActivityIdEnum
description: EmailActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  SEND:
    text: SEND
    description: Send
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Send
  RECEIVE:
    text: RECEIVE
    description: Receive
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Receive
  SCAN:
    text: SCAN
    description: 'Email being scanned (example: security scanning)'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Scan
  TRACE:
    text: TRACE
    description: 'Follow an email message as it travels through an organization. The

      <code>message_trace_uid</code> should be populated when selected.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Trace
  MTA_RELAY:
    text: MTA_RELAY
    description: 'Email processed by an MTA, typically combining send, receive, and
      scan

      operations into a single activity.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: MTA Relay
  UNKNOWN:
    text: UNKNOWN
    description: The event activity is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The event activity is not mapped. See the <code>activity_name</code>
      attribute,

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