AssetCredentialIdentity
A reference to a PKCS #12 password-protected identity.
Declaration
object AssetCredentialIdentityProperties
| Name | Type | Description |
|---|---|---|
Accessible | string | The keychain accessibility that determines when the keychain item is available for use, which has these allowed values:
|
Authentication | AssetCredentialIdentityAuthenticationObject | The server authentication details. |
Reference Required | AssetCredentialIdentityReferenceObject | The external reference. Ensure that the asset data:
|
Discussion
Specify com.apple.asset.credential.identity as the declaration type.
Asset example
{
"Type": "com.apple.asset.credential.identity",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Reference": {
"DataURL": "https://example.com/asset-data/certificates/www.example.com.json",
"ContentType": "application/json"
}
}
}