CreateDomainRequest

Types

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

Properties

Link copied to clipboard

Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.

Link copied to clipboard

Identity provider configuration for the domain.

Link copied to clipboard

The identity providers to configure for the domain.

Link copied to clipboard
val name: String?

A name that identifies the domain. Must be 3-63 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.

Link copied to clipboard

The tags to associate with the domain.

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