SigningCertificate

Contains information about an X.509 signing certificate.

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contents of the signing certificate.

Link copied to clipboard

The ID for the signing certificate.

Link copied to clipboard

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

Link copied to clipboard

The date when the signing certificate was uploaded.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String