Skip to content

Enum: OsTypeIdEnum

The type identifier of the operating system.

URI: ocsf:OsTypeIdEnum

Permissible Values

Value Meaning Description
WINDOWS None Windows
WINDOWS_MOBILE None Windows Mobile
LINUX None Linux
ANDROID None Android
MACOS None macOS
IOS None iOS
IPADOS None iPadOS
SOLARIS None Solaris
AIX None AIX
HP_UX None HP-UX
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The type identifier of the operating system

Identifier and Mapping Information

Schema Source

LinkML Source

name: OsTypeIdEnum
description: The type identifier of the operating system.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  WINDOWS:
    text: WINDOWS
    description: Windows
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '100'
      caption:
        tag: caption
        value: Windows
  WINDOWS_MOBILE:
    text: WINDOWS_MOBILE
    description: Windows Mobile
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '101'
      caption:
        tag: caption
        value: Windows Mobile
  LINUX:
    text: LINUX
    description: Linux
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '200'
      caption:
        tag: caption
        value: Linux
  ANDROID:
    text: ANDROID
    description: Android
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '201'
      caption:
        tag: caption
        value: Android
  MACOS:
    text: MACOS
    description: macOS
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '300'
      caption:
        tag: caption
        value: macOS
  IOS:
    text: IOS
    description: iOS
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '301'
      caption:
        tag: caption
        value: iOS
  IPADOS:
    text: IPADOS
    description: iPadOS
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '302'
      caption:
        tag: caption
        value: iPadOS
  SOLARIS:
    text: SOLARIS
    description: Solaris
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '400'
      caption:
        tag: caption
        value: Solaris
  AIX:
    text: AIX
    description: AIX
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '401'
      caption:
        tag: caption
        value: AIX
  HP_UX:
    text: HP_UX
    description: HP-UX
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '402'
      caption:
        tag: caption
        value: HP-UX
  UNKNOWN:
    text: UNKNOWN
    description: The type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The type is not mapped. See the <code>type</code> attribute, which
      contains a

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