Get Dns Authorization Result
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)
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
The last update timestamp of a DnsAuthorization. //*/