Enum: StartupItemRunModeIdsEnum
The list of normalized identifiers that describe the startup items' properties
when it is running. Use this field to capture extended information about the
process, which may depend on the type of startup item. E.g., A Windows service
that interacts with the desktop.
URI: ocsf:StartupItemRunModeIdsEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| INTERACTIVE | None | The startup item interacts with the desktop |
| OWN_PROCESS | None | The startup item runs in its own process |
| SHARED_PROCESS | None | The startup item runs in a shared process |
| UNKNOWN | None | The run mode is unknown |
| OTHER | None | The run mode is not mapped |
Slots
| Name | Description |
|---|---|
| run_mode_ids | The list of normalized identifiers that describe the startup items' propertie... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: StartupItemRunModeIdsEnum
description: 'The list of normalized identifiers that describe the startup items''
properties
when it is running. Use this field to capture extended information about the
process, which may depend on the type of startup item. E.g., A Windows service
that interacts with the desktop.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
INTERACTIVE:
text: INTERACTIVE
description: The startup item interacts with the desktop.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Interactive
OWN_PROCESS:
text: OWN_PROCESS
description: The startup item runs in its own process.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Own Process
SHARED_PROCESS:
text: SHARED_PROCESS
description: The startup item runs in a shared process.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Shared Process
UNKNOWN:
text: UNKNOWN
description: The run mode is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
OTHER:
text: OTHER
description: 'The run mode is not mapped. See the <code>run_modes</code> attribute,
which
contains data source specific values.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other