Release_iOS-15_macOS-12

This commit is contained in:
Cyrus Daboo
2022-06-03 16:23:58 -04:00
commit 4e8e108dbb
233 changed files with 25461 additions and 0 deletions
@@ -0,0 +1,37 @@
title: Management:Organization Information
description: Use this declaration to tell the client about the server's organization
information.
payload:
declarationtype: com.apple.management.organization-info
supportedOS:
iOS:
introduced: '15.0'
payloadkeys:
- key: Name
title: Organization Name
type: <string>
presence: required
content: The name of the organization.
- key: Email
title: Organization Email Address
type: <string>
presence: optional
content: The email address of the contact person for the organization.
- key: URL
title: Organization URL
type: <string>
presence: optional
content: The website of the organization to contact for support.
- key: Proof
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
type: <string>
presence: optional
content: A token that verifies the identity of the organization when using this
service.
@@ -0,0 +1,25 @@
title: Management:Server Capabilities
description: Use this declaration to tell the client about the server's capabilities.
payload:
declarationtype: com.apple.management.server-capabilities
supportedOS:
iOS:
introduced: '15.0'
payloadkeys:
- key: Version
title: Protocol Version
type: <string>
presence: required
content: The server's protocol version.
- key: SupportedFeatures
title: Supported Features
type: <dictionary>
presence: required
content: |-
A dictionary that contains the server's optional protocol features.
Each dictionary item uses the key name to represent a feature, and the value to hold the feature's associated parameters. This protocol reserves keys with a prefix of “'com.apple.'”, which appear as subkeys in this dictionary.
subkeys:
- key: ANY
type: <any>
presence: optional
content: Additional keys may be present.