<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EndpointSecurity",
  "identifier" : "/documentation/EndpointSecurity/es_auth_result_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Endpoint Security"
    ],
    "preciseIdentifier" : "c:@EA@es_auth_result_t"
  },
  "title" : "es_auth_result_t"
}
-->

# es_auth_result_t

Values used when responding to an authorization event.

```
struct es_auth_result_t
```

## Topics

### Authorization Values

[`ES_AUTH_RESULT_ALLOW`](/documentation/EndpointSecurity/ES_AUTH_RESULT_ALLOW)

The caller authorizes the event and allows it to continue.

[`ES_AUTH_RESULT_DENY`](/documentation/EndpointSecurity/ES_AUTH_RESULT_DENY)

The caller denies authorization to the event and prevents it from continuing.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)