TokenUpdateRequest
The token update request details.
Declaration
object TokenUpdateRequestProperties
| Name | Type | Description |
|---|---|---|
AwaitingConfiguration | boolean | If If Available: iOS 9+ | iPadOS 9+ | macOS 10.11+ | tvOS 10.2+ | visionOS 1.1+ |
EnrollmentID Required | string | The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available: iOS 13+ | iPadOS 13+ | macOS 10.15+ | visionOS 1.1+ |
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: macOS 10.15+ |
MessageType Required | string | The message type, which requires a value of |
NotOnConsole Required | boolean | If Available: macOS 10.11+ | tvOS 10.2+ |
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. Available: iOS 4+ | iPadOS 4+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
UserID | string | For macOS, this value is the ID of the user. For Shared iPad, this value is Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+ |
UserLongName Required | string | The full name of the user. Available: macOS 10.7+ |
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. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+ |