Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image
This Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image schema contains metadata of an OCI image, including its signature details.
This schema was added in vSphere API 9.1.0.0.
{
"url": "string",
"digest": "string",
"status": "string",
"certificate_chain": [
"string"
],
"last_verified_at": "string"
}
A reference to an OCI image, including the registry host, repository (URL path) and image name.
This property was added in vSphere API 9.1.0.0.
SHA-256 hash of the image content, used to verify its integrity.
This property was added in vSphere API 9.1.0.0.
The signature validation status of the image.
For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image Status.
This property was added in vSphere API 9.1.0.0.
The certificate chain used to verify the signature of the OCI image. The chain is returned in PEM format, starting with the leaf certificate.
This property was added in vSphere API 9.1.0.0.
If missing or null, the image is either unsigned or the signature could not be retrieved.
Timestamp of the most recent signature verification attempt for the image.
This property was added in vSphere API 9.1.0.0.