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

# allowedAppleMenuItems

The set of allowed Apple menu items during an assessment.

```
var allowedAppleMenuItems: Set<AEAppleMenuItem>? { get set }
```

## Discussion

Defaults to `nil`, which leaves every Apple menu item available. Setting a non-`nil` set restricts
the menu to the items it names; pass an empty set to restrict all of them. Some constants cover
more than one menu item.

> Note: ``doc://com.apple.automaticassessmentconfiguration/documentation/AutomaticAssessmentConfiguration/AEAppleMenuItem/aboutThisMac`` is always visible during assessment sessions regardless of configuration.

---

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)