edgeport - v1.0.6
    Preparing search index...

    Interface CaaRecord

    A Certification Authority Authorization record (RFC 8659).

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

    The flags octet (bit 7 is the critical flag).

    tag: string

    The property tag (e.g. issue, issuewild, iodef).

    value: string

    The property value.