DeviceInformationCommand.Command
The command to get detailed information about a device.
Declaration
object DeviceInformationCommand.CommandProperties
| Name | Type | Description |
|---|---|---|
DeviceAttestationNonce | data | A freshness code that appears in the resulting attestation. This value can contain up to 32 bytes of data. If specified, queries need to contain The MDM server uses this value to prove that an attestation was recently generated. The system caches the most recently generated attestation on the device. If omitted or if the value matches the cached attestation, the system returns the cached attestation. To request a new attestation, provide a new freshness code. Requests for new attestations are rate limited. If it is fewer than 7 days since the system generated an attestation, the device returns the cached attestation rather than generating a new one. Available in iOS 16 and later, macOS 14 and later, tvOS 16 and later, and watchOS 10 and later. The hardware requirements for attestation are described below. |
Queries Required | [DeviceInformationCommand.Command.Queries] | An array of query dictionaries to get information about a device. |
RequestRequiresNetworkTether | boolean | If |
RequestType Required | string | The request type for this command. |