node-powerdns
    Preparing search index...

    Type Alias CryptokeyCreateRequest

    CryptokeyCreateRequest: Partial<
        {
            active: boolean;
            algo: string
            | null;
            bits: number | null;
            content: string | null;
            keytype: "ksk" | "zsk";
            published: boolean;
        },
    >

    Payload used to create a cryptokey.