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

# es_auth_result_t

Values used when responding to an authorization event.

## Declaration

```swift
struct es_auth_result_t
```

## Topics

### Authorization Values

- [ES_AUTH_RESULT_ALLOW](endpointsecurity/es_auth_result_allow.md)
- [ES_AUTH_RESULT_DENY](endpointsecurity/es_auth_result_deny.md)

### Initializers

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

### Instance Properties

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

### Responding to Events

- [es_respond_auth_result(_:_:_:_:)](endpointsecurity/es_respond_auth_result(_:_:_:_:).md)
- [es_respond_flags_result(_:_:_:_:)](endpointsecurity/es_respond_flags_result(_:_:_:_:).md)
- [es_respond_result_t](endpointsecurity/es_respond_result_t.md)
