mirror of
https://github.com/apple/device-management.git
synced 2026-09-27 11:52:09 +02:00
Release-v27.0
This commit is contained in:
@@ -15,12 +15,12 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: Name
|
||||
title: Organization Name
|
||||
title: Organization name
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The name of the organization.
|
||||
- key: Email
|
||||
title: Organization Email Address
|
||||
title: Organization email address
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The email address of the contact person for the organization.
|
||||
@@ -30,15 +30,19 @@ payloadkeys:
|
||||
presence: optional
|
||||
content: The website of the organization to contact for support.
|
||||
- key: Proof
|
||||
title: Organization Identity
|
||||
title: Organization identity
|
||||
type: <dictionary>
|
||||
presence: optional
|
||||
content: The additional properties that verify the identity and authenticity of
|
||||
the organization.
|
||||
subkeys:
|
||||
- key: IdentityToken
|
||||
title: Organization Identity Token
|
||||
title: Organization identity token
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: A token that verifies the identity of the organization when using this
|
||||
service.
|
||||
examples:
|
||||
- title: Management declaration example
|
||||
files:
|
||||
- file: examples/declarative/declarations/management/organization-info/example1.json
|
||||
|
||||
@@ -19,3 +19,7 @@ payloadkeys:
|
||||
type: <any>
|
||||
presence: optional
|
||||
content: Each entry represents a property key/value.
|
||||
examples:
|
||||
- title: Management declaration example
|
||||
files:
|
||||
- file: examples/declarative/declarations/management/properties/example1.json
|
||||
|
||||
@@ -15,12 +15,12 @@ payload:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: Version
|
||||
title: Protocol Version
|
||||
title: Protocol version
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The server's protocol version.
|
||||
- key: SupportedFeatures
|
||||
title: Supported Features
|
||||
title: Supported features
|
||||
type: <dictionary>
|
||||
presence: required
|
||||
content: |-
|
||||
@@ -32,3 +32,7 @@ payloadkeys:
|
||||
type: <any>
|
||||
presence: optional
|
||||
content: Additional keys may be present.
|
||||
examples:
|
||||
- title: Management declaration example
|
||||
files:
|
||||
- file: examples/declarative/declarations/management/server-capabilities/example1.json
|
||||
|
||||
Reference in New Issue
Block a user