WatchEnrollment
The declaration to configure an MDMv1 profile for Apple Watch enrollment.
Declaration
object WatchEnrollmentProperties
| Name | Type | Description |
|---|---|---|
AnchorCertificateAssetReferences | [string] | An array of identifiers of asset declarations that contain anchor certificates to use to evaluate the trust of the enrollment profile server. Set the type of the corresponding assets to These certificates are pinned, meaning that the server specified by the If it chains to one of the built-in trusted root certificates but not one of the |
EnrollmentProfileURL Required | string | The URL of the profile that the Apple Watch downloads and installs if the user opts in to management during the pairing process, which needs to start with |
Discussion
Specify com.apple.configuration.watch.enrollment as the declaration type.
Configuration availability
Allowed in supervised enrollment | iOS, Shared iPad |
Allowed in device enrollment | NA |
Allowed in user enrollment | NA |
Allowed in local enrollment | NA |
Allowed in system scope | iOS |
Allowed in user scope | NA |
Configuration example
{
"Type": "com.apple.configuration.watch.enrollment",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"EnrollmentProfileURL": "https://example.com/enroll/watch",
"AnchorCertificateAssetReferences": [
"91D3512C-5E44-4C6F-97A5-59A8F731641D"
]
}
}