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

# es_set_or_clear_t

A type that indicates whether an event represents setting or clearing a file’s access control list.

## Declaration

```swift
struct es_set_or_clear_t
```

## Topics

### Event Types

- [ES_CLEAR](endpointsecurity/es_clear.md)
- [ES_SET](endpointsecurity/es_set.md)

### Initializers

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

### Instance Properties

- [rawValue](endpointsecurity/es_set_or_clear_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 Event Properties

- [target](endpointsecurity/es_event_setacl_t/target.md)
- [acl](endpointsecurity/es_event_setacl_t/acl.md)
- [set_or_clear](endpointsecurity/es_event_setacl_t/set_or_clear.md)
- [reserved](endpointsecurity/es_event_setacl_t/reserved.md)
