mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 17:52:47 +00:00
19 lines
397 B
YAML
19 lines
397 B
YAML
title: User Identity
|
|
description: User identity data.
|
|
payload:
|
|
declarationtype: com.apple.asset.useridentity
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
payloadkeys:
|
|
- key: FullName
|
|
title: Full Name
|
|
type: <string>
|
|
presence: optional
|
|
content: The user's full name.
|
|
- key: EmailAddress
|
|
title: Email Address
|
|
type: <string>
|
|
presence: optional
|
|
content: The user's email address.
|