mirror of
https://github.com/apple/device-management.git
synced 2026-08-14 20:40:19 +02:00
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
title: Management:Organization Information
|
|
description: The declaration to configure the managing organization's contact information.
|
|
payload:
|
|
declarationtype: com.apple.management.organization-info
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
visionOS:
|
|
introduced: '1.1'
|
|
watchOS:
|
|
introduced: '10.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.
|
|
examples:
|
|
- title: Management declaration example
|
|
files:
|
|
- file: examples/declarative/declarations/management/organization-info/example1.json
|