HostCertificateManagerCertificateSpec
HostCertificateManagerCertificateSpec
Represents certificate specification used for identifying a specific certificate supported by Host.
Since: vSphere API Release 8.0.1.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"kind": "string",
"subjectAlternativeNames": [
"string"
]
}
string
kind
Required
The list of supported values can be found in HostCertificateManagerCertificateKindEnum
array of
string
subjectAlternativeNames
Optional
List of subject alternative names to be included in the certificate.
May contain both DNS names and IP addresses. If unset, the certificate will contain only its CN as a SAN.
Since: vSphere API Release 9.0.0.0