Enum: UserTypeIdEnum
The account type identifier.
URI: ocsf:UserTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | Unknown |
| USER | None | Regular user account |
| ADMIN | None | Admin/root user account |
| SYSTEM | None | System account |
| SERVICE | None | Service account |
| OTHER | None | Other |
Slots
| Name | Description |
|---|---|
| type_id | The account type identifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: UserTypeIdEnum
description: The account type identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: Unknown
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
USER:
text: USER
description: Regular user account.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: User
ADMIN:
text: ADMIN
description: Admin/root user account.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Admin
SYSTEM:
text: SYSTEM
description: 'System account. For example, Windows computer accounts with a trailing
dollar
sign ($).'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: System
SERVICE:
text: SERVICE
description: Service account. For example, Windows service account.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Service
OTHER:
text: OTHER
description: Other
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other