Contents

AccessibilitySettings

The declaration to configure accessibility settings.

Declaration

object AccessibilitySettings

Properties

NameTypeDescription
VisionAccessibilitySettingsVisionObject

If present, configures vision accessibility settings.

Discussion

Specify com.apple.configuration.accessibility.settings as the declaration type.

Configuration availability

Allowed in supervised enrollment

iOS, macOS, visionOS

Allowed in device enrollment

N/A

Allowed in user enrollment

N/A

Allowed in local enrollment

N/A

Allowed in system scope

iOS, macOS, visionOS

Allowed in user scope

macOS

Apply

Multiple configurations are combined and applied as a single effective configuration

Configuration example

This configuration prevents the use of Live Recognition.

{
    "Type": "com.apple.configuration.accessibility.settings",
    "Identifier": "119D31F8-E3A2-454A-A019-FD3F05A008D3",
    "ServerToken": "DC31F056-0ADE-4D01-8E63-A7CA093EC7CD",
    "Payload": {
        "Vision": {
            "AllowLiveRecognition": false
        }
    }
}

Topics

Objects

See Also

Configurations