mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
title: Identity Preference
|
|
description: ''
|
|
payload:
|
|
payloadtype: com.apple.security.identitypreference
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.12'
|
|
multiple: true
|
|
devicechannel: false
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: allowed
|
|
content: Defines an Identity Preference item in the user's keychain that references
|
|
a identity payload included in the same profile. Can only appear in a user profile
|
|
(not a device profile). See also "com.apple.security.certificatepreference" for
|
|
setting up certificate preferences.
|
|
payloadkeys:
|
|
- key: Name
|
|
type: <string>
|
|
presence: required
|
|
content: The email address (in RFC 822 format), DNS host name, or other name that
|
|
uniquely identifies a service requiring this identity.
|
|
- key: PayloadCertificateUUID
|
|
type: <string>
|
|
presence: required
|
|
content: The UUID of the certificate payload within the same profile to use for
|
|
the identity credential.
|