View Source GoogleApi.AcmeDNS.V1.Model.AcmeTxtRecord (google_api_acme_dns v0.2.0)
The TXT record message that represents an ACME DNS-01 challenge.
Attributes
-
digest
(type:String.t
, default:nil
) - Holds the ACME challenge data put in the TXT record. This will be checked to be a valid TXT record data entry. -
fqdn
(type:String.t
, default:nil
) - The domain/subdomain for the record. In a request, this MAY be Unicode or Punycode. In a response, this will be in Unicode. The fqdn MUST contain the root_domain field on the request. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when this record was last updated. This will be in UTC time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AcmeDNS.V1.Model.AcmeTxtRecord{ digest: String.t() | nil, fqdn: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.