Enum: ModuleActivityActivityIdEnum
ModuleActivity activity_id values.
URI: ocsf:ModuleActivityActivityIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| LOAD | None | The target module was loaded |
| UNLOAD | None | The target module was unloaded |
| INVOKE | None | A function exported from the target module was invoked |
| 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
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: ModuleActivityActivityIdEnum
description: ModuleActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
LOAD:
text: LOAD
description: The target module was loaded.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Load
UNLOAD:
text: UNLOAD
description: The target module was unloaded.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Unload
INVOKE:
text: INVOKE
description: A function exported from the target module was invoked.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Invoke
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