certificates

The certificates data type describes the certificates resource.

certificates data type properties

The following table describes the property included in the licenses data type.

Property nameData typeDescriptionNotes
certificatecertificate

Specifies information about individual certificates.

Example

Here's an XML example of the certificates data type:

<certificates>
    <certificate>
        <expiresOn>2021-12-12T15:35:10-0500</expiresOn>
        <id>server</id>
        <subjectDN>CN=*.example.com, OU=HCP, O=Hitachi, L=Waltham, ST=Massachusetts, C=US</subjectDN>
        <validOn>2016-12-12T15:35:10-0500</validOn>
    </certificate>
</certificates>