---
title: es_action_type_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_action_type_t
---

# es_action_type_t

The type of the message’s action.

## Declaration

```swift
struct es_action_type_t
```

## Topics

### Action Types

- [ES_ACTION_TYPE_AUTH](endpointsecurity/es_action_type_auth.md)
- [ES_ACTION_TYPE_NOTIFY](endpointsecurity/es_action_type_notify.md)

### Initializers

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

### Instance Properties

- [rawValue](endpointsecurity/es_action_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)

## See Also

### Inspecting Message Properties

- [action](endpointsecurity/es_message_t/action.md)
- [action_type](endpointsecurity/es_message_t/action_type.md)
- [es_event_id_t](endpointsecurity/es_event_id_t.md)
- [es_result_t](endpointsecurity/es_result_t.md)
- [version](endpointsecurity/es_message_t/version.md)
