Contents

ClientConfigRequest

The request for the client configuration.

Declaration

object ClientConfigRequest

Properties

NameTypeDescription
notificationTypes[string]

The complete set of notification types to which MDM subscribes.

notificationUrlstring

The URL to which subscribed notifications POST. This URL should only include a host and path.

mdmInfoMdmInfo

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.

notificationAuthTokenstring

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.

Mentioned in

Topics

Objects and Data Types

See Also

Request and Response