Skip to content

Enum: InstallStateIdEnum

The normalized state of the install.

URI: ocsf:InstallStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The normalized install state is unknown
INSTALLED None The item is installed
NOT_INSTALLED None The item is not installed
INSTALLED_PENDING_REBOOT None The item is installed pending reboot operation
OTHER None The install state is not mapped

Slots

Name Description
install_state_id The normalized state of the install

Identifier and Mapping Information

Schema Source

LinkML Source

name: InstallStateIdEnum
description: The normalized state of the install.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The normalized install state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  INSTALLED:
    text: INSTALLED
    description: The item is installed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Installed
  NOT_INSTALLED:
    text: NOT_INSTALLED
    description: The item is not installed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Not Installed
  INSTALLED_PENDING_REBOOT:
    text: INSTALLED_PENDING_REBOOT
    description: The item is installed pending reboot operation.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Installed Pending Reboot
  OTHER:
    text: OTHER
    description: 'The install state is not mapped. See the <code>install_state</code>
      attribute,

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