Certificate

This object represents a X509 Certificate Request

Overview

entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
issuerDN string
pemEncoded string
publicKey string
serialNumber integer
subjectDN string

API Resource

/certificates/id

Parents

/certificates
post

Children

/certificates/id/metadatas
get post
/certificates/id/globalmetadatas
get post put

Members

This object has no members.

Attributes documentation

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

issuerDN string
Discussion

The distinguished name of the authority that issued this certificate.


Charateristics

Format: free
SDK attribute: issuerDN

pemEncoded string
Discussion

The PEM encoded certificate.


Charateristics

Format: free
SDK attribute: pemEncoded

publicKey string
Discussion

The public key contained in this certificate.


Charateristics

Format: free
SDK attribute: publicKey

serialNumber integer
Discussion

The serial number of this certificate.


Charateristics

SDK attribute: serialNumber

subjectDN string
Discussion

The distinguished name of this certificate's end entity.


Charateristics

Format: free
SDK attribute: subjectDN