mirror of
https://github.com/apple/device-management.git
synced 2026-03-21 17:43:32 +00:00
23 lines
540 B
YAML
23 lines
540 B
YAML
title: Identity Credential
|
|
description: 'Data for a PKCS #12 password-protected identity.'
|
|
payload:
|
|
credentialtype: com.apple.credential.identity
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '17.0'
|
|
macOS:
|
|
introduced: '14.0'
|
|
tvOS:
|
|
introduced: '17.0'
|
|
watchOS:
|
|
introduced: '10.0'
|
|
payloadkeys:
|
|
- key: Password
|
|
type: <string>
|
|
presence: required
|
|
content: 'The password required to decrypt the PKCS #12 identity data.'
|
|
- key: Identity
|
|
type: <data>
|
|
presence: required
|
|
content: 'The PKCS #12 identity data.'
|