DnsAuthorization class

A DnsAuthorization resource describes a way to perform domain authorization for certificate issuance.

Constructors

DnsAuthorization({String? createTime, String? description, DnsResourceRecord? dnsResourceRecord, String? domain, Map<String, String>? labels, String? name, String? type, String? updateTime})
DnsAuthorization.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of a DnsAuthorization.
getter/setter pair
description String?
One or more paragraphs of text description of a DnsAuthorization.
getter/setter pair
dnsResourceRecord DnsResourceRecord?
DNS Resource Record that needs to be added to DNS configuration.
getter/setter pair
domain String?
A domain that is being authorized.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Set of labels associated with a DnsAuthorization.
getter/setter pair
name String?
A user-defined name of the dns authorization.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of DnsAuthorization.
getter/setter pair
updateTime String?
The last update timestamp of a DnsAuthorization.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited