---
title: result
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_result_t/result
---

# result

The message’s result, as either an authorization result or flags.

## Declaration

```swift
var result: es_result_t.__Unnamed_union_result
```

## Discussion

Discussion This type is a union of an es_auth_result_t named auth and a uint32_t named flags. Use the result_type field to determine which type this result represents.

## See Also

### Inspecting Result Properties

- [result_type](endpointsecurity/es_result_t/result_type.md)
- [es_result_type_t](endpointsecurity/es_result_type_t.md)
