SiriSettings
The declaration to configure Siri settings.
Declaration
object SiriSettingsProperties
| Name | Type | Description |
|---|---|---|
AllowUserGeneratedContent | boolean | If |
AllowWhileLocked | boolean | If |
Enabled | boolean | If |
ForceProfanityFilter | boolean | If |
Discussion
Specify com.apple.configuration.siri.settings as the declaration type.
Configuration availability
Allowed in supervised enrollment | iOS, macOS, Shared iPad, visionOS, watchOS |
Allowed in device enrollment | NA |
Allowed in user enrollment | NA |
Allowed in local enrollment | NA |
Allowed in system scope | iOS, macOS, visionOS, watchOS |
Allowed in user scope | macOS, Shared iPad |
Configuration examples
This configuration restricts Siri features.
{
"Type": "com.apple.configuration.siri.settings",
"Identifier": "A1B2C3D4-E5F6-4A5B-9C8D-7E6F5A4B3C2D",
"ServerToken": "F1E2D3C4-B5A6-4D5E-8F9A-0B1C2D3E4F5A",
"Payload": {
"Enabled": false,
"AllowUserGeneratedContent": false,
"AllowWhileLocked": false,
"ForceProfanityFilter": true
}
}