GetDnsAuthorizationResult

data class GetDnsAuthorizationResult(val createTime: String, val description: String, val dnsResourceRecord: DnsResourceRecordResponse, val domain: String, val labels: Map<String, String>, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDnsAuthorizationResult(createTime: String, description: String, dnsResourceRecord: DnsResourceRecordResponse, domain: String, labels: Map<String, String>, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of a DnsAuthorization.

Link copied to clipboard

One or more paragraphs of text description of a DnsAuthorization.

Link copied to clipboard

DNS Resource Record that needs to be added to DNS configuration.

Link copied to clipboard

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

Set of labels associated with a DnsAuthorization.

Link copied to clipboard

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

Link copied to clipboard

The last update timestamp of a DnsAuthorization. //*/