Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.02 KB

CustomDnsrecordResponse.md

File metadata and controls

39 lines (23 loc) · 1.02 KB

CustomDnsrecordResponse

A Custom Dnsrecord Object

Properties

Name Type Description Notes
eDnsrecordType EDnsrecordTypeEnum The type of the Dnsrecord
eDnsrecordValidation EDnsrecordValidationEnum The validation of the Dnsrecord
sDnsrecordName String The name of the Dnsrecord
sDnsrecordValue String The value of the Dnsrecord [optional]
sDnsrecordExpectedvalue String The expected value of the Dnsrecord [optional]
bDnsrecordMustMatch Boolean Whether the Dnsrecord must match or not

Enum: EDnsrecordTypeEnum

Name Value
CNAME "CNAME"
MX "MX"
TXT "TXT"

Enum: EDnsrecordValidationEnum

Name Value
MATCH "Match"
MISMATCH "Mismatch"
NOT_FOUND "NotFound"