Files
apple_device-management/declarative/declarations/management/organization-info.yaml
T
2026-06-22 15:55:19 -04:00

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