LibraryItemCertificateVerificationInfo
Currently, this field will available only in following cases 1. This item belongs to a secure content library 2. The item if of type ovf.
Properties
A certificate in base64 encoding. Certificate chain is unset if the item not signed
The CertVerificationStatus enumerated type defines the certificate verification status of a library item. Currently applicable only to ovf item type
NOT_AVAILABLE : Existing library item which can not be verified. Applying security policy to an existing library may result in this status for items.
VERIFIED : Item has been fully validated during importing or file syncing.
INTERNAL : The Item is cloned/created through vCenter.
VERIFICATION_FAILURE : Item’s certificate or manifest validation failed.
VERIFICATION_IN_PROGRESS : Item certificate verification is in progress.
UNTRUSTED : Certificate used to sign the item is not trusted.
Possible values are: NOT_AVAILABLE , VERIFIED , INTERNAL , VERIFICATION_FAILURE , VERIFICATION_IN_PROGRESS , UNTRUSTED
JSON Example
{
"status": "NOT_AVAILABLE"
}