VirtualMachineCertThumbprint

VirtualMachineCertThumbprint
VirtualMachineCertThumbprint

Describes a single certificate thumbprint that can be used to verify the identity of the host before connecting to a running virtual machine.

Since: vSphere API Release 7.0.3.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "thumbprint": "string",
    "hashAlgorithm": "string"
}
string
thumbprint
Required

The thumbprint of the certificate of the host to which we are connecting.

string
hashAlgorithm
Optional

The hash algorithm used to generate the thumbprint.

VirtualMachineCertThumbprintHashAlgorithmEnum lists the set of supported values.