Skip to content

Enum: WebResourceAccessActivityActivityIdEnum

WebResourceAccessActivity activity_id values.

URI: ocsf:WebResourceAccessActivityActivityIdEnum

Permissible Values

Value Meaning Description
ACCESS_GRANT None The incoming request has permission to the web resource
ACCESS_DENY None The incoming request does not have permission to the web resource
ACCESS_REVOKE None The incoming request's access has been revoked due to security policy
ACCESS_ERROR None An error occurred during processing the request
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: WebResourceAccessActivityActivityIdEnum
description: WebResourceAccessActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  ACCESS_GRANT:
    text: ACCESS_GRANT
    description: The incoming request has permission to the web resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Access Grant
  ACCESS_DENY:
    text: ACCESS_DENY
    description: The incoming request does not have permission to the web resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Access Deny
  ACCESS_REVOKE:
    text: ACCESS_REVOKE
    description: 'The incoming request''s access has been revoked due to security
      policy

      enforcements.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Access Revoke
  ACCESS_ERROR:
    text: ACCESS_ERROR
    description: An error occurred during processing the request.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Access Error
  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