Node CrowdSec Client
    Preparing search index...

    GetAllowlistResponse

    interface GetAllowlistResponse {
        allowlist_id?: string;
        console_managed?: boolean;
        created_at?: string;
        description?: string;
        items?: APITypes.AllowlistItem[];
        name?: string;
        updated_at?: string;
    }
    Index
    allowlist_id?: string

    id of the allowlist

    console_managed?: boolean

    true if the allowlist is managed by the console

    created_at?: string

    creation date of the allowlist

    date-time

    description?: string

    description of the allowlist

    items in the allowlist

    name?: string

    name of the allowlist

    updated_at?: string

    last update date of the allowlist

    date-time