ClientConfigRequest
The request for the client configuration.
Declaration
object ClientConfigRequestProperties
| Name | Type | Description |
|---|---|---|
notificationTypes | [string] | The complete set of notification types to which MDM subscribes. |
notificationUrl | string | The URL to which subscribed notifications POST. This URL should only include a host and path. |
mdmInfo | MdmInfo | This value is returned by the server on all subsequent responses, and MDM uses it to ensure that no other MDM manages the same organization. |
notificationAuthToken | string | The bearer token that the server provides in the Authorization header of notifications. This is a shared secret between you and the server to verify that incoming notifications are from Apple. |