RegisterCaCertificateRequest

The input to the RegisterCACertificate operation.

Types

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

Properties

Link copied to clipboard

Allows this CA certificate to be used for auto registration of device certificates.

Link copied to clipboard

The CA certificate.

Link copied to clipboard

Describes the certificate mode in which the Certificate Authority (CA) will be registered. If the verificationCertificate field is not provided, set certificateMode to be SNI_ONLY. If the verificationCertificate field is provided, set certificateMode to be DEFAULT. When certificateMode is not provided, it defaults to DEFAULT. All the device certificates that are registered using this CA will be registered in the same certificate mode as the CA. For more information about certificate mode for device certificates, see certificate mode.

Link copied to clipboard

Information about the registration configuration.

Link copied to clipboard

A boolean value that specifies if the CA certificate is set to active.

Link copied to clipboard
val tags: List<Tag>?

Metadata which can be used to manage the CA certificate.

Link copied to clipboard

The private key verification certificate. If certificateMode is SNI_ONLY, the verificationCertificate field must be empty. If certificateMode is DEFAULT or not provided, the verificationCertificate field must not be empty.

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