Package version:

Interface CaaRecord

A CAA record.

interface CaaRecord {
    flags?: number;
    tag?: string;
    value?: string;
}

Properties

Properties

flags?: number

The flags for this CAA record as an integer between 0 and 255.

tag?: string

The tag for this CAA record.

value?: string

The value for this CAA record.