@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface AccessListEntry

    Access list entry configuration

    interface AccessListEntry {
        action?: "allow" | "deny";
        claim: string;
        values: string[];
    }
    Index

    Properties

    Properties

    action?: "allow" | "deny"

    Action: allow or deny

    "allow"
    
    claim: string

    Claim to check

    "roles"
    
    values: string[]

    Required values for the claim