AgentPinnedPemCertificate

AgentPinnedPemCertificate
AgentPinnedPemCertificate

Deprecated as of vSphere 9.0. Please refer to vLCM APIs.

Specifies an SSL policy that trusts one specific pinned PEM encoded SSL certificate.

This structure may be used only with operations rendered under /eam.

Since: vEAM API 8.2

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

PEM encoded pinned SSL certificate of the server that needs to be trusted.

Deprecated