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

    Interface BuildLocalIdentityStoreOptions

    Options for building a local identity store

    interface BuildLocalIdentityStoreOptions {
        name?: string;
        path: string;
        realm?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Name of the identity store (used to reference it in portals)

    "local"
    
    path: string

    Path to the JSON file containing user credentials

    realm?: string

    Realm name for this identity store

    "local"