Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceEmbeddedPDP

    Policies sourced from an embedded policy decision point.

    interface PolicySourceEmbeddedPDP {
        builtAt?: Date;
        commit: string;
        kind: "embeddedPDP";
        url: string;
    }
    Index

    Properties

    Properties

    builtAt?: Date

    Time at which the embedded PDP was built.

    commit: string

    Hash of the commit from which the embedded PDP was built.

    kind: "embeddedPDP"

    Discriminator to mark the policy source as an embedded PDP.

    url: string

    URL from which the embedded PDP was loaded.