---
title: AssetCredentialSCEP
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/assetcredentialscep
---

# AssetCredentialSCEP

A reference to a SCEP identity.

## Declaration

```data
object AssetCredentialSCEP
```

## Properties

Accessible: 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. Authentication: The server authentication details. If this key is absent, the default authentication type is MDM. Reference: 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

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

- [AssetCredentialSCEPAuthenticationObject](devicemanagement/assetcredentialscepauthenticationobject.md)
- [AssetCredentialSCEPReferenceObject](devicemanagement/assetcredentialscepreferenceobject.md)

## See Also

### Assets

- [AssetCredentialACME](devicemanagement/assetcredentialacme.md)
- [AssetCredentialCertificate](devicemanagement/assetcredentialcertificate.md)
- [AssetCredentialIdentity](devicemanagement/assetcredentialidentity.md)
- [AssetCredentialUserNameAndPassword](devicemanagement/assetcredentialusernameandpassword.md)
- [AssetData](devicemanagement/assetdata.md)
- [AssetUserIdentity](devicemanagement/assetuseridentity.md)
