Contents

AssetCredentialSCEPReferenceObject

The external reference for a SCEP asset credential.

Declaration

object AssetCredentialSCEPReferenceObject

Properties

NameTypeDescription
ContentTypestring

The media type that describes the data. If present, the system checks the actual media type of the downloaded data, and an error occurs if the values don’t match.

DataURL Requiredstring

The URL to retrieve data, which needs to start with https://.

Hash-SHA-256string

A SHA-256 hash of the data stored at the DataURL. Don’t set this value if Size is 0 as the client ignores it. However, if present, the system checks the actual hash of the downloaded data, and an error occurs if the values don’t match.

Sizeinteger

The size of the data. Set the size to 0 if there’s no expectation of a response body. If present, the system checks the actual size of the downloaded data, and an error occurs if the values don’t match.

See Also

Objects