---
title: ExternalIntelligenceSettings
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/externalintelligencesettings
---

# ExternalIntelligenceSettings

The declaration to configure External Intelligence Integrations settings.

## Declaration

```data
object ExternalIntelligenceSettings
```

## Properties

AllowedWorkspaceIDs: An array of strings, but currently restricted to a single element. If present, Apple Intelligence allows use of only the given external integration workspace ID, and requires a sign-in to make requests. The user is required to sign in to integrations that support signing in. Multiple values combine using an intersect operation. AllowSignIn: If false, disables sign-in for external intelligence integrations. Enabled: If false, disables external intelligence integrations.

## Discussion

Discussion Specify com.apple.configuration.external-intelligence.settings as the declaration type. Configuration availability  |   |   |   |   |   |   |   |  Configuration examples This configuration restricts external intelligence integrations. {     "Type": "com.apple.configuration.external-intelligence.settings",     "Identifier": "A1B2C3D4-E5F6-4A5B-9C8D-7E6F5A4B3C2D",     "ServerToken": "F1E2D3C4-B5A6-4D5E-8F9A-0B1C2D3E4F5A",     "Payload": {         "Enabled": false,         "AllowSignIn": false,         "AllowedWorkspaceIDs": [             "ABCDEFGH"         ]     } }

## See Also

### Configurations

- [AccountCalDAV](devicemanagement/accountcaldav.md)
- [AccountCardDAV](devicemanagement/accountcarddav.md)
- [AccountExchange](devicemanagement/accountexchange.md)
- [AccountGoogle](devicemanagement/accountgoogle.md)
- [AccountLDAP](devicemanagement/accountldap.md)
- [AccountMail](devicemanagement/accountmail.md)
- [AccountSubscribedCalendar](devicemanagement/accountsubscribedcalendar.md)
- [AppManaged](devicemanagement/appmanaged.md)
- [AppSettings](devicemanagement/appsettings.md)
- [AudioAccessorySettings](devicemanagement/audioaccessorysettings.md)
- [ContentCaching](devicemanagement/contentcaching.md)
- [DiskManagementSettings](devicemanagement/diskmanagementsettings.md)
- [ExtensibleSSO](devicemanagement/extensiblesso.md)
- [IntelligenceSettings](devicemanagement/intelligencesettings.md)
- [KeyboardSettings](devicemanagement/keyboardsettings.md)
