Enum: DatastoreActivityActivityIdEnum
DatastoreActivity activity_id values.
URI: ocsf:DatastoreActivityActivityIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| READ | None | The 'Read' activity involves accessing specific data record details |
| UPDATE | None | The 'Update' activity pertains to modifying specific data record details |
| CONNECT | None | The 'Connect' activity involves establishing a connection to the datastore |
| QUERY | None | The 'Query' activity involves retrieving a filtered subset of data based on |
| WRITE | None | The 'Write' activity involves writing specific data record details |
| CREATE | None | The 'Create' activity involves generating new data record details |
| DELETE | None | The 'Delete' activity involves removing specific data record details |
| LIST | None | The 'List' activity provides an overview of existing data records |
| ENCRYPT | None | The 'Encrypt' activity involves securing data by encrypting a specific data |
| DECRYPT | None | The 'Decrypt' activity involves converting encrypted data back to its origina... |
| 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: DatastoreActivityActivityIdEnum
description: DatastoreActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
READ:
text: READ
description: The 'Read' activity involves accessing specific data record details.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Read
UPDATE:
text: UPDATE
description: The 'Update' activity pertains to modifying specific data record
details.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Update
CONNECT:
text: CONNECT
description: The 'Connect' activity involves establishing a connection to the
datastore.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Connect
QUERY:
text: QUERY
description: 'The ''Query'' activity involves retrieving a filtered subset of
data based on
specific criteria.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Query
WRITE:
text: WRITE
description: The 'Write' activity involves writing specific data record details.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Write
CREATE:
text: CREATE
description: The 'Create' activity involves generating new data record details.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Create
DELETE:
text: DELETE
description: The 'Delete' activity involves removing specific data record details.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Delete
LIST:
text: LIST
description: The 'List' activity provides an overview of existing data records.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: List
ENCRYPT:
text: ENCRYPT
description: 'The ''Encrypt'' activity involves securing data by encrypting a
specific data
record.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Encrypt
DECRYPT:
text: DECRYPT
description: 'The ''Decrypt'' activity involves converting encrypted data back
to its original
format.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Decrypt
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