Library_Item_Updatesession_CertificateInfo

Library_Item_Updatesession_CertificateInfo
Library_Item_Updatesession_CertificateInfo

The CertificateInfo structure contains information about the public key certificate used to sign the content.

JSON Example
{
    "issuer": "string",
    "subject": "string",
    "self_signed": false,
    "x509": "string"
}
string
issuer
Required

Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc.

string
subject
Required

Certificate subject. For example: C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation.

boolean
self_signed
Required

Whether the certificate is self-signed.

string
x509
Required

The X509 representation of the certificate.