Contents

AssetCredentialCertificateReferenceObject

The external reference. Ensure that the asset data uses a media type of application/pkcs1 or application/pem to correctly identify the type of encoded certificate. If the asset data includes a ContentType sub-key, set it to the corresponding media type.

Declaration

object AssetCredentialCertificateReferenceObject

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