Skip to content

Enum: DatabucketTypeIdEnum

The normalized identifier of the databucket type.

URI: ocsf:DatabucketTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
S3 None S3
AZURE_BLOB None Azure Blob
GCP_BUCKET None GCP Bucket
OTHER None Other

Slots

Name Description
type_id The normalized identifier of the databucket type

Identifier and Mapping Information

Schema Source

LinkML Source

name: DatabucketTypeIdEnum
description: The normalized identifier of the databucket type.
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
  S3:
    text: S3
    description: S3
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: S3
  AZURE_BLOB:
    text: AZURE_BLOB
    description: Azure Blob
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Azure Blob
  GCP_BUCKET:
    text: GCP_BUCKET
    description: GCP Bucket
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: GCP Bucket
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other