Cerbos JavaScript SDK
    Preparing search index...

    Enumeration SchemaEnforcement

    Schema enforcement levels for the embedded policy decision point (PDP) server.

    Index

    Enumeration members

    Enumeration members

    NONE: "none"

    The embedded PDP server will not check whether inputs match the JSON schemas specified in the policies.

    REJECT: "reject"

    The embedded PDP server will check whether inputs match the JSON schemas specified in the policies, and deny actions if there are validation errors.

    WARN: "warn"

    The embedded PDP server will check whether inputs match the JSON schemas specified in the policies, and include any validation errors in the response.