Skip to content

Enum: StartTypeIdEnum

The start type ID of a service or application.

URI: ocsf:StartTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The start type is unknown
AUTO None Service started automatically during system startup
BOOT None Device driver started by the system loader
ON_DEMAND None Started on demand
DISABLED None The service is disabled, and cannot be started
ALL_LOGINS None Started on all user logins
SPECIFIC_USER_LOGIN None Started on specific user logins
SCHEDULED None Stared according to a schedule
SYSTEM_CHANGED None Started when a system item, such as a file or registry key, changes
OTHER None The start type is not mapped

Slots

Name Description
start_type_id The start type ID of a service or application

Identifier and Mapping Information

Schema Source

LinkML Source

name: StartTypeIdEnum
description: The start type ID of a service or application.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The start type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  AUTO:
    text: AUTO
    description: Service started automatically during system startup.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Auto
  BOOT:
    text: BOOT
    description: Device driver started by the system loader.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Boot
  ON_DEMAND:
    text: ON_DEMAND
    description: 'Started on demand. For example, by the Windows Service Control Manager
      when a

      process calls the <i>StartService</i> function.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: On Demand
  DISABLED:
    text: DISABLED
    description: The service is disabled, and cannot be started.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Disabled
  ALL_LOGINS:
    text: ALL_LOGINS
    description: Started on all user logins.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: All Logins
  SPECIFIC_USER_LOGIN:
    text: SPECIFIC_USER_LOGIN
    description: Started on specific user logins.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Specific User Login
  SCHEDULED:
    text: SCHEDULED
    description: Stared according to a schedule.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Scheduled
  SYSTEM_CHANGED:
    text: SYSTEM_CHANGED
    description: Started when a system item, such as a file or registry key, changes.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: System Changed
  OTHER:
    text: OTHER
    description: 'The start type is not mapped. See the <code>start_type</code> attribute,
      which

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