---
title: es_bootstrap_target_type_t
framework: Endpoint Security
role: symbol
role_heading: Structure
path: endpointsecurity/es_bootstrap_target_type_t
---

# es_bootstrap_target_type_t

## Declaration

```swift
struct es_bootstrap_target_type_t
```

## Overview

Overview Discriminator for the target union of es_event_bootstrap_look_up_t. Selects between a running owner of the looked-up service port (PROCESS) and a lazy-launched or not-yet-running owner (JOB).

## Topics

### Initializers

- [init(_:)](endpointsecurity/es_bootstrap_target_type_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_bootstrap_target_type_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_bootstrap_target_type_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
