HostAuthenticationInfo

HostAuthenticationInfo
HostAuthenticationInfo

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

Since: vSphere API Release 9.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "principal": "string",
    "ownerTag": "string",
    "sslCertificates": [
        "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 certificate without interfering with each other on the life cycle of the certificate with their unique tags. Each solution must use a unique tag to identify itself.

array of string
sslCertificates
Optional

Specify the PEM-encoded SSL certificate to register on the host.