Enum: PrivilegeInfoTypeIdEnum
The normalized type of the privilege.
URI: ocsf:PrivilegeInfoTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The privilege type is unknown |
| READ | None | A read-type privilege that permits viewing or retrieving data |
| WRITE | None | A write-type privilege that permits creating, modifying, or deleting data |
| EXECUTE | None | An execute-type privilege that permits running operations or invoking |
| OTHER | None | The privilege type is not mapped |
Slots
| Name | Description |
|---|---|
| type_id | The normalized type of the privilege |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: PrivilegeInfoTypeIdEnum
description: The normalized type of the privilege.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The privilege type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
READ:
text: READ
description: 'A read-type privilege that permits viewing or retrieving data. Examples:
<code>s3:GetObject</code>, <code>Microsoft.Storage/storageAccounts/read</code>,
<code>storage.objects.get</code>.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Read
WRITE:
text: WRITE
description: 'A write-type privilege that permits creating, modifying, or deleting
data.
Examples: <code>s3:PutObject</code>,
<code>Microsoft.Storage/storageAccounts/write</code>,
<code>storage.objects.create</code>.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Write
EXECUTE:
text: EXECUTE
description: 'An execute-type privilege that permits running operations or invoking
functions. Examples: <code>lambda:InvokeFunction</code>,
<code>Microsoft.Compute/virtualMachines/start/action</code>.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Execute
OTHER:
text: OTHER
description: 'The privilege type is not mapped. See the <code>type</code> attribute,
which
contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other