CreateAcmeEndpointRequest

Types

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

Properties

Link copied to clipboard

The authorization behavior for the ACME endpoint.

Link copied to clipboard

The type of certificate authority to use for issuing certificates through this ACME endpoint.

Link copied to clipboard

Tags to apply to certificates issued through this ACME endpoint.

Link copied to clipboard

Specifies whether ACME clients must provide contact information during account registration.

Link copied to clipboard

A unique, case-sensitive identifier to ensure idempotency of the request.

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

One or more tags to associate with the ACME endpoint.

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