<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AutomaticAssessmentConfiguration",
  "identifier" : "/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutableConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Automatic Assessment Configuration"
    ],
    "preciseIdentifier" : "c:objc(cs)AEAssessmentBinaryExecutableConfiguration"
  },
  "title" : "AEAssessmentBinaryExecutableConfiguration"
}
-->

# AEAssessmentBinaryExecutableConfiguration

The configuration applied to an [`AEAssessmentBinaryExecutable`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutable) participant.

```
class AEAssessmentBinaryExecutableConfiguration
```

## 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`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentParticipantConfiguration) do not apply.

> SeeAlso: ``doc://com.apple.automaticassessmentconfiguration/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutable``, ``doc://com.apple.automaticassessmentconfiguration/documentation/AutomaticAssessmentConfiguration/AEAssessmentParticipantConfiguration``.

## Topics

### Initializers

[`init()`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutableConfiguration/init())

### Instance Properties

[`var allowsNetworkAccess: Bool`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutableConfiguration/allowsNetworkAccess)

Whether the executable may access the network during an assessment. Defaults to `YES`.

[`var isRequired: Bool`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutableConfiguration/isRequired)

Whether the assessment requires this executable. Defaults to `NO`.

### Type Methods

[`class func new() -> Self`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentBinaryExecutableConfiguration/new())

## Relationships

### Conforms To

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

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

[`NSCopying`](/documentation/Foundation/NSCopying)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)