Snapservice.Sites.CertificateInfo
The Snapservice.Sites.CertificateInfo schema contains properties that provide the site certificate details.
This schema was added in vSphere API 9.0.0.0.
{
"certificate": "string",
"thumbprint": "string",
"dns_names": [
"string"
],
"trusted": false
}
PEM format X.509 SSL certificate of the remote site.
This property was added in vSphere API 9.0.0.0.
SHA256 thumbprint of the remote site certificate.
This property was added in vSphere API 9.0.0.0.
This property was added in vSphere API 9.0.0.0.
DNS names of the server extracted from the certificate. It is set if certificate has the DNS information.
Is remote site certificate trusted.
This property was added in vSphere API 9.0.0.0.