Enum: FileActivityActivityIdEnum
FileActivity activity_id values.
URI: ocsf:FileActivityActivityIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| CREATE | None | A request to create a new file on a file system |
| READ | None | A request to read data from a file on a file system |
| UPDATE | None | A request to write data to a file on a file system |
| DELETE | None | A request to delete a file on a file system |
| RENAME | None | A request to rename a file on a file system |
| SET_ATTRIBUTES | None | A request to set attributes for a file on a file system |
| SET_SECURITY | None | A request to set security for a file on a file system |
| GET_ATTRIBUTES | None | A request to get attributes for a file on a file system |
| GET_SECURITY | None | A request to get security for a file on a file system |
| ENCRYPT | None | A request to encrypt a file on a file system |
| DECRYPT | None | A request to decrypt a file on a file system |
| MOUNT | None | A request to mount a file on a file system |
| UNMOUNT | None | A request to unmount a file from a file system |
| OPEN | None | A request to create a file handle |
| 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: FileActivityActivityIdEnum
description: FileActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
CREATE:
text: CREATE
description: A request to create a new file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Create
READ:
text: READ
description: A request to read data from a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Read
UPDATE:
text: UPDATE
description: A request to write data to a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Update
DELETE:
text: DELETE
description: A request to delete a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Delete
RENAME:
text: RENAME
description: A request to rename a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Rename
SET_ATTRIBUTES:
text: SET_ATTRIBUTES
description: A request to set attributes for a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Set Attributes
SET_SECURITY:
text: SET_SECURITY
description: A request to set security for a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Set Security
GET_ATTRIBUTES:
text: GET_ATTRIBUTES
description: A request to get attributes for a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: Get Attributes
GET_SECURITY:
text: GET_SECURITY
description: A request to get security for a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Get Security
ENCRYPT:
text: ENCRYPT
description: A request to encrypt a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Encrypt
DECRYPT:
text: DECRYPT
description: A request to decrypt a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '11'
caption:
tag: caption
value: Decrypt
MOUNT:
text: MOUNT
description: A request to mount a file on a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '12'
caption:
tag: caption
value: Mount
UNMOUNT:
text: UNMOUNT
description: A request to unmount a file from a file system.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '13'
caption:
tag: caption
value: Unmount
OPEN:
text: OPEN
description: A request to create a file handle.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '14'
caption:
tag: caption
value: Open
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