mirror of
https://github.com/apple/device-management.git
synced 2026-09-20 00:32:17 +02:00
Release-v27.0
This commit is contained in:
@@ -15,20 +15,24 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: Type
|
||||
title: Type
|
||||
type: <string>
|
||||
presence: required
|
||||
content: A string specifying the type of this declaration.
|
||||
- key: Identifier
|
||||
title: Identifier
|
||||
type: <string>
|
||||
presence: required
|
||||
content: A string uniquely identifying this declaration. The size of this string
|
||||
should not exceed 64 octets. A UUID string value is a good choice.
|
||||
shouldn't exceed 64 octets. A UUID string value is a good choice.
|
||||
- key: ServerToken
|
||||
title: Server token
|
||||
type: <string>
|
||||
presence: required
|
||||
content: A unique token generated by the server specifying a particular revision
|
||||
of the declaration. The size of this string should not exceed 64 octets.
|
||||
of the declaration. The size of this string shouldn't exceed 64 octets.
|
||||
- key: Payload
|
||||
title: Payload
|
||||
type: <dictionary>
|
||||
presence: required
|
||||
content: The payload describing this declaration.
|
||||
|
||||
Reference in New Issue
Block a user