Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceDisk

    Policies sourced from a directory on the filesystem using the disk storage driver.

    interface PolicySourceDisk {
        directory: string;
        kind: "disk";
    }
    Index

    Properties

    Properties

    directory: string

    Path of the directory from which policies were loaded.

    kind: "disk"

    Discriminator to mark the policy source as disk.