Skip to content

Enum: UserAccessActivityIdEnum

UserAccess activity_id values.

URI: ocsf:UserAccessActivityIdEnum

Permissible Values

Value Meaning Description
ASSIGN_PRIVILEGES None Assign privileges to a user
REVOKE_PRIVILEGES None Revoke privileges from a user
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

LinkML Source

name: UserAccessActivityIdEnum
description: UserAccess activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  ASSIGN_PRIVILEGES:
    text: ASSIGN_PRIVILEGES
    description: Assign privileges to a user.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Assign Privileges
  REVOKE_PRIVILEGES:
    text: REVOKE_PRIVILEGES
    description: Revoke privileges from a user.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Revoke Privileges
  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