mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 03:50:19 +02:00
Seed1
This commit is contained in:
@@ -15,7 +15,7 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: Declarations
|
||||
title: Manifest Declaration Items
|
||||
title: Manifest declaration items
|
||||
type: <dictionary>
|
||||
presence: required
|
||||
content: The set of available declarations on the server.
|
||||
@@ -28,18 +28,18 @@ payloadkeys:
|
||||
subkeytype: DeclarationItem
|
||||
subkeys:
|
||||
- key: _Activations
|
||||
title: Manifest Declaration
|
||||
title: Manifest declaration
|
||||
type: <dictionary>
|
||||
content: Information about an available declaration on the server.
|
||||
subkeytype: DeclarationItem
|
||||
subkeys: &id001
|
||||
- key: Identifier
|
||||
title: Declaration Identifier
|
||||
title: Declaration identifier
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The declaration's identifier.
|
||||
- key: ServerToken
|
||||
title: Declaration Server Token
|
||||
title: Declaration server token
|
||||
type: <string>
|
||||
presence: required
|
||||
content: |-
|
||||
@@ -53,7 +53,7 @@ payloadkeys:
|
||||
subkeytype: DeclarationItem
|
||||
subkeys:
|
||||
- key: _Configurations
|
||||
title: Manifest Declaration
|
||||
title: Manifest declaration
|
||||
type: <dictionary>
|
||||
content: Information about an available declaration on the server.
|
||||
subkeytype: DeclarationItem
|
||||
@@ -66,7 +66,7 @@ payloadkeys:
|
||||
subkeytype: DeclarationItem
|
||||
subkeys:
|
||||
- key: _Assets
|
||||
title: Manifest Declaration
|
||||
title: Manifest declaration
|
||||
type: <dictionary>
|
||||
content: Information about an available declaration on the server.
|
||||
subkeytype: DeclarationItem
|
||||
@@ -79,13 +79,13 @@ payloadkeys:
|
||||
subkeytype: DeclarationItem
|
||||
subkeys:
|
||||
- key: _Management
|
||||
title: Manifest Declaration
|
||||
title: Manifest declaration
|
||||
type: <dictionary>
|
||||
content: Information about an available declaration on the server.
|
||||
subkeytype: DeclarationItem
|
||||
subkeys: *id001
|
||||
- key: DeclarationsToken
|
||||
title: Declarations Token
|
||||
title: Declarations token
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The current value of the declarations token. Clients use this to detect
|
||||
|
||||
@@ -15,7 +15,7 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: StatusItems
|
||||
title: Status Items
|
||||
title: Status items
|
||||
type: <dictionary>
|
||||
presence: required
|
||||
content: The status items for this report.
|
||||
@@ -31,40 +31,40 @@ payloadkeys:
|
||||
content: Error information for a status item that cannot be returned.
|
||||
subkeys:
|
||||
- key: StatusItem
|
||||
title: Status Item
|
||||
title: Status item
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The status item that this error pertains to.
|
||||
- key: Reasons
|
||||
title: Status Reasons
|
||||
title: Status reasons
|
||||
type: <array>
|
||||
presence: optional
|
||||
content: An array of reasons for the error.
|
||||
subkeytype: StatusReason
|
||||
subkeys:
|
||||
- key: _Reasons
|
||||
title: Status Reason
|
||||
title: Status reason
|
||||
type: <dictionary>
|
||||
content: Information about a status error.
|
||||
subkeytype: StatusReason
|
||||
subkeys:
|
||||
- key: Code
|
||||
title: Error Code
|
||||
title: Error code
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The error code for this error.
|
||||
- key: Description
|
||||
title: Error Description
|
||||
title: Error description
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The description for this error.
|
||||
- key: Details
|
||||
title: Error Details
|
||||
title: Error details
|
||||
type: <dictionary>
|
||||
presence: optional
|
||||
content: A dictionary that contains further details about this error.
|
||||
- key: FullReport
|
||||
title: Full Report
|
||||
title: Full report
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '17.0'
|
||||
@@ -76,7 +76,7 @@ payloadkeys:
|
||||
presence: optional
|
||||
default: false
|
||||
content: The system sets this to `true` to indicate that the status report contains
|
||||
the full set of current status, and is not an incremental report. A full status
|
||||
the full set of current status, and isn't an incremental report. A full status
|
||||
report includes the full set of items in any status array item, not just the changes.
|
||||
Servers use this to replace their entire status for the device, rather than do
|
||||
an incremental update to the existing status. The system sets this to `true` when
|
||||
|
||||
@@ -15,7 +15,7 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: SyncTokens
|
||||
title: Synchronization Tokens
|
||||
title: Synchronization tokens
|
||||
type: <dictionary>
|
||||
presence: required
|
||||
content: A dictionary of synchronization tokens that describes the state of different
|
||||
|
||||
Reference in New Issue
Block a user