Skip to content

Enum: ShareTypeIdEnum

The normalized identifier of the share type.

URI: ocsf:ShareTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The share type is unknown
FILE None File
PIPE None Pipe
PRINT None Print
OTHER None The share type is not mapped

Slots

Name Description
share_type_id The normalized identifier of the share type

Identifier and Mapping Information

Schema Source

LinkML Source

name: ShareTypeIdEnum
description: The normalized identifier of the share type.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The share type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  FILE:
    text: FILE
    description: File
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: File
  PIPE:
    text: PIPE
    description: Pipe
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Pipe
  PRINT:
    text: PRINT
    description: Print
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Print
  OTHER:
    text: OTHER
    description: 'The share type is not mapped. See the <code>share_type</code> attribute,
      which

      contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other