mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
31 lines
679 B
YAML
31 lines
679 B
YAML
title: Asset:User Identity
|
|
description: The user-identity data.
|
|
payload:
|
|
declarationtype: com.apple.asset.useridentity
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
visionOS:
|
|
introduced: '1.1'
|
|
watchOS:
|
|
introduced: '10.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 email address of the user.
|
|
examples:
|
|
- title: Asset example
|
|
files:
|
|
- file: examples/declarative/declarations/assets/useridentity/example1.json
|