Enum: StartupItemTypeIdEnum
The startup item type identifier.
URI: ocsf:StartupItemTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The type is unknown |
| KERNEL_MODE_DRIVER | None | Kernel mode driver |
| USER_MODE_DRIVER | None | User mode driver |
| SERVICE | None | A background process typically managed by the operating system, e |
| USER_MODE_APPLICATION | None | An application that runs in the user space |
| AUTOLOAD | None | The macOS Autoload Application |
| SYSTEM_EXTENSION | None | System extensions on macOS enables 3rd parties to extend the capabilities of |
| KERNEL_EXTENSION | None | Kernel extensions on macOS includes Apple provided pre-installs and 3rd party |
| SCHEDULED_JOB_TASK | None | A job or task that runs on a configured schedule |
| OTHER | None | The startup item type is not mapped |
Slots
| Name | Description |
|---|---|
| type_id | The startup item type identifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: StartupItemTypeIdEnum
description: The startup item type identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
KERNEL_MODE_DRIVER:
text: KERNEL_MODE_DRIVER
description: Kernel mode driver.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Kernel Mode Driver
USER_MODE_DRIVER:
text: USER_MODE_DRIVER
description: User mode driver.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: User Mode Driver
SERVICE:
text: SERVICE
description: 'A background process typically managed by the operating system,
e.g., a service
process on Windows or a systemd-managed daemon on Linux.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Service
USER_MODE_APPLICATION:
text: USER_MODE_APPLICATION
description: An application that runs in the user space.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: User Mode Application
AUTOLOAD:
text: AUTOLOAD
description: The macOS Autoload Application.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Autoload
SYSTEM_EXTENSION:
text: SYSTEM_EXTENSION
description: 'System extensions on macOS enables 3rd parties to extend the capabilities
of
macOS.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: System Extension
KERNEL_EXTENSION:
text: KERNEL_EXTENSION
description: 'Kernel extensions on macOS includes Apple provided pre-installs
and 3rd party
installs which enables support for specific hardware or software features not
natively supported by macOS.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Kernel Extension
SCHEDULED_JOB_TASK:
text: SCHEDULED_JOB_TASK
description: A job or task that runs on a configured schedule.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: Scheduled Job, Task
OTHER:
text: OTHER
description: 'The startup item type is not mapped. See the <code>type</code> attribute,
which
contains data source specific values.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other