CaaRecord interface
A CAA record.
Properties
flags | The flags for this CAA record as an integer between 0 and 255. |
tag | The tag for this CAA record. |
value | The value for this CAA record. |
Property Details
flags
The flags for this CAA record as an integer between 0 and 255.
flags?: number
Property Value
number
tag
The tag for this CAA record.
tag?: string
Property Value
string
value
The value for this CAA record.
value?: string
Property Value
string