Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface SigningCertificate

Contains information about an X.509 signing certificate.

This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates operations.

Hierarchy

  • SigningCertificate

Properties

CertificateBody: undefined | string

The contents of the signing certificate.

CertificateId: undefined | string

The ID for the signing certificate.

Status: undefined | string

The status of the signing certificate. Active means that the key is valid for API calls, while Inactive means it is not.

UploadDate?: Date

The date when the signing certificate was uploaded.

UserName: undefined | string

The name of the user the signing certificate is associated with.