TokenUpdateRequest
The token update request details.
Declaration
object TokenUpdateRequestProperties
| Name | Type | Description |
|---|---|---|
AwaitingConfiguration | boolean | If If |
EnrollmentID Required | string | The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available in iOS 13 and later, macOS 10.15 and later, and visionOS 2 and later. |
EnrollmentUserID Required | string | The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available in macOS 10.15 and later. |
MessageType Required | string | The message type, which requires a value of |
NotOnConsole Required | boolean | If |
PushMagic Required | string | The magic string to include in the push notification message. |
Token Required | data | The push token for the device. |
Topic Required | string | The topic the device subscribes to. |
UDID Required | string | The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. |
UnlockToken | data | The data to use to unlock the device. If provided, the server needs to retain this data and send it when trying to implement Clear Passcode. |
UserID | string | For macOS, this value is the ID of the user. For Shared iPad, this value is |
UserLongName Required | string | The full name of the user. |
UserShortName | string | For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel. |