Node CrowdSec Client
    Preparing search index...

    AllowlistItem

    interface AllowlistItem {
        created_at?: string;
        description?: string;
        expiration?: string;
        value?: string;
    }
    Index
    created_at?: string

    creation date of the allowlist item

    date-time

    description?: string

    description of the allowlist item

    expiration?: string

    expiration date of the allowlist item

    date-time

    value?: string

    value of the allowlist item