Optional
current_Key for key-value pair in the DNS record.
Status for the DNS record check.
When true
, the DNS record is properly configured with the provided key and value.
When false
, the DNS record is either not yet configured or the key
exists but the
value in the DNS record does not match the value
provided.
Type of the DNS record.
Value for the key-value pair the DNS record.
Current value in the provider's record for the DNS record's
key
.Only returned when the DNS record has the matching
key
configured.When
status
istrue
, the value here will be the same as the one invalue
. Whenstatus
isfalse
, the value here can is either stale or there was an error copying the providedvalue
in the DNS provider's record.