Contents

AssetCredentialSCEP

A reference to a SCEP identity.

Declaration

object AssetCredentialSCEP

Properties

NameTypeDescription
Accessiblestring

The keychain accessibility that determines when the keychain item is available for use, which has these allowed values:

  • Default: The most restrictive accessibility that still satisfies all uses of the asset by configurations that reference it.

  • AfterFirstUnlock: The keychain item is only available after the first unlock of the device.

AuthenticationAssetCredentialSCEPAuthenticationObject

The server authentication details.

Reference RequiredAssetCredentialSCEPReferenceObject

The external reference. Ensure that the asset data:

  • Is a JSON document that represents the com.apple.credential.scep credential type

  • Uses a media type of application/json, and if it includes a ContentType sub-key, that sub-key media type is also application/json

Discussion

Specify com.apple.asset.credential.scep as the declaration type.

Asset example

{
    "Type": "com.apple.asset.credential.scep",
    "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
    "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
    "Payload": {
        "Reference": {
            "DataURL": "https://example.com/asset-data/certificates/security_scep.json",
            "ContentType": "application/json"
        }
    }
}

Topics

Objects

See Also

Assets