Skip to content

Enum: PeripheralDeviceTypeIdEnum

The normalized peripheral device type ID.

URI: ocsf:PeripheralDeviceTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The peripheral device type is unknown
EXTERNAL_STORAGE None The peripheral device is an external storage device
KEYBOARD None The peripheral device is a keyboard
MOUSE None The peripheral device is a mouse
PRINTER None The peripheral device is a printer
MONITOR None The peripheral device is a monitor
MICROPHONE None The peripheral device is a microphone
WEBCAM None The peripheral device is a webcam
OTHER None The peripheral device type is not mapped

Slots

Name Description
type_id The normalized peripheral device type ID

Identifier and Mapping Information

Schema Source

LinkML Source

name: PeripheralDeviceTypeIdEnum
description: The normalized peripheral device type ID.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The peripheral device type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  EXTERNAL_STORAGE:
    text: EXTERNAL_STORAGE
    description: The peripheral device is an external storage device.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: External Storage
  KEYBOARD:
    text: KEYBOARD
    description: The peripheral device is a keyboard.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Keyboard
  MOUSE:
    text: MOUSE
    description: The peripheral device is a mouse.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Mouse
  PRINTER:
    text: PRINTER
    description: The peripheral device is a printer.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Printer
  MONITOR:
    text: MONITOR
    description: The peripheral device is a monitor.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Monitor
  MICROPHONE:
    text: MICROPHONE
    description: The peripheral device is a microphone.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Microphone
  WEBCAM:
    text: WEBCAM
    description: The peripheral device is a webcam.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Webcam
  OTHER:
    text: OTHER
    description: 'The peripheral device type is not mapped. See the <code>type</code>
      attribute

      which contains an event source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other