HostSslThumbprintInfo

HostSslThumbprintInfo
HostSslThumbprintInfo

The SSL thumbprint information for a host managed by a vCenter Server or a vCenter extension to login into other hosts without username/password authentication.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "principal": "string",
    "ownerTag": "string",
    "sslThumbprints": [
        "string"
    ]
}
string
principal
Required

The principal used for the login session

string
ownerTag
Required

The tag associated with this registration.

Owner tags allow multiple entities to register the same thumbprint without interfering with each other on the life cycle of the thumbprint with their unique tags. Each solution should use a unique tag to identify itself.

array of string
sslThumbprints
Optional

Specify the SSL thumbprints to register on the host.