DnsAuthorizationArgs

data class DnsAuthorizationArgs(val description: Output<String>? = null, val dnsAuthorizationId: Output<String>? = null, val domain: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DnsAuthorizationArgs>

Creates a new DnsAuthorization in a given project and location.

Constructors

Link copied to clipboard
fun DnsAuthorizationArgs(description: Output<String>? = null, dnsAuthorizationId: Output<String>? = null, domain: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DnsAuthorizationArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

One or more paragraphs of text description of a DnsAuthorization.

Link copied to clipboard
val dnsAuthorizationId: Output<String>? = null

Required. A user-provided name of the dns authorization.

Link copied to clipboard
val domain: Output<String>? = null

Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for example.com can be used to issue certificates for example.com and *.example.com.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Set of labels associated with a DnsAuthorization.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern projects/*/locations/*/dnsAuthorizations/*.

Link copied to clipboard
val project: Output<String>? = null

//*/