content library item updatesession: certificate info

The certificate_info structure contains information about the public key certificate used to sign the content. This structure was added in vSphere API 6.8.

Representation:

{
    "x509""string",
    "subject""string",
    "self_signed"true,
    "issuer""string"
}

Attributes:

Name Type Description
Required
issuer string Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc. This attribute was added in vSphere API 6.8.

subject string Certificate subject. For example: C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation. This attribute was added in vSphere API 6.8.

self_signed boolean Whether the certificate is self-signed. This attribute was added in vSphere API 6.8.

x509 string The X509 representation of the certificate. This attribute was added in vSphere API 6.8.