---
title: allowsPrivateRelay
framework: Automatic Assessment Configuration
role: symbol
role_heading: Instance Property
platforms: [Mac Catalyst 27.0+, macOS 27.0+]
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsprivaterelay
---

# allowsPrivateRelay

A Boolean value that indicates whether the assessment allows iCloud Private Relay to be active.

## Declaration

```swift
var allowsPrivateRelay: Bool { get set }
```

## Discussion

Discussion When set to false, the assessment session will only start if iCloud Private Relay is not enabled, and won’t start if that status can’t be determined. Defaults to true, which doesn’t enforce the requirement.
