Snapservice.Sites.CertificateInfo

Snapservice.Sites.CertificateInfo
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.

JSON Example
{
    "certificate": "string",
    "thumbprint": "string",
    "dns_names": [
        "string"
    ],
    "trusted": false
}
string
certificate
Required

PEM format X.509 SSL certificate of the remote site.

This property was added in vSphere API 9.0.0.0.

string
thumbprint
Required

SHA256 thumbprint of the remote site certificate.

This property was added in vSphere API 9.0.0.0.

array of string
dns_names
Optional

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.

boolean
trusted
Required

Is remote site certificate trusted.

This property was added in vSphere API 9.0.0.0.