circu.js
    Preparing search index...

    Interface CaaAnswer

    CAA record

    interface CaaAnswer {
        class: number;
        flags: number;
        name: string;
        tag: string;
        ttl: number;
        type: 257;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    class: number

    Class (usually 1 for IN)

    flags: number
    name: string

    Queried domain name

    tag: string
    ttl: number

    Time to live (seconds)

    type: 257

    Record type (1=A, 5=CNAME, 15=MX, etc.)

    value: string