---
title: AEAssessmentBinaryExecutableConfiguration
framework: Automatic Assessment Configuration
role: symbol
role_heading: Class
platforms: [Mac Catalyst 27.0+, macOS 27.0+]
path: automaticassessmentconfiguration/aeassessmentbinaryexecutableconfiguration
---

# AEAssessmentBinaryExecutableConfiguration

The configuration applied to an AEAssessmentBinaryExecutable participant.

## Declaration

```swift
class AEAssessmentBinaryExecutableConfiguration
```

## Overview

Overview A non-bundled executable (such as a launchd daemon) is headless, so it supports only the subset of participant policies that apply to a process without UI: network access and whether the assessment requires it. The UI-oriented policies of AEAssessmentParticipantConfiguration do not apply. note: AEAssessmentBinaryExecutable, AEAssessmentParticipantConfiguration.

## Topics

### Initializers

- [init()](automaticassessmentconfiguration/aeassessmentbinaryexecutableconfiguration/init().md)

### Instance Properties

- [allowsNetworkAccess](automaticassessmentconfiguration/aeassessmentbinaryexecutableconfiguration/allowsnetworkaccess.md)
- [isRequired](automaticassessmentconfiguration/aeassessmentbinaryexecutableconfiguration/isrequired.md)

### Type Methods

- [new()](automaticassessmentconfiguration/aeassessmentbinaryexecutableconfiguration/new().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
