---
title: ES_AUTH_RESULT_DENY
framework: endpointsecurity
role: symbol
role_heading: Global Variable
path: endpointsecurity/es_auth_result_deny
---

# ES_AUTH_RESULT_DENY

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

## Declaration

```swift
var ES_AUTH_RESULT_DENY: es_auth_result_t { get }
```

## See Also

### Authorization Values

- [ES_AUTH_RESULT_ALLOW](endpointsecurity/es_auth_result_allow.md)
