LibraryItemUpdatesessionCertificateInfo

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


Properties

string
issuer Required

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


boolean
self_signed Required

Whether the certificate is self-signed.


string
subject Required

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


string
x509 Required

The X509 representation of the certificate.

JSON Example

{
	"issuer": "string",
	"self_signed": false,
	"subject": "string",
	"x509": "string"
}

Feedback

Was this page helpful?