Skip to content

Enum: GroupManagementActivityIdEnum

GroupManagement activity_id values.

URI: ocsf:GroupManagementActivityIdEnum

Permissible Values

Value Meaning Description
ASSIGN_PRIVILEGES None Assign privileges to a group
REVOKE_PRIVILEGES None Revoke privileges from a group
ADD_USER None Add user to a group
REMOVE_USER None Remove user from a group
DELETE None A group was deleted
CREATE None A group was created
ADD_SUBGROUP None Add subgroup to a group
REMOVE_SUBGROUP None Remove subgroup from a group
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: GroupManagementActivityIdEnum
description: GroupManagement activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  ASSIGN_PRIVILEGES:
    text: ASSIGN_PRIVILEGES
    description: Assign privileges to a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Assign Privileges
  REVOKE_PRIVILEGES:
    text: REVOKE_PRIVILEGES
    description: Revoke privileges from a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Revoke Privileges
  ADD_USER:
    text: ADD_USER
    description: Add user to a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Add User
  REMOVE_USER:
    text: REMOVE_USER
    description: Remove user from a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Remove User
  DELETE:
    text: DELETE
    description: A group was deleted.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Delete
  CREATE:
    text: CREATE
    description: A group was created.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Create
  ADD_SUBGROUP:
    text: ADD_SUBGROUP
    description: Add subgroup to a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Add Subgroup
  REMOVE_SUBGROUP:
    text: REMOVE_SUBGROUP
    description: Remove subgroup from a group.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Remove Subgroup
  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