Class DnsResourceRecord (1.1.0)

DnsResourceRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

Attributes

NameDescription
name str
Output only. Fully qualified name of the DNS Resource Record. e.g. ``_acme-challenge.example.com``
type_ str
Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
data str
Output only. Data of the DNS Resource Record.

Inheritance

builtins.object > proto.message.Message > DnsResourceRecord