Cerbos JavaScript SDK
    Preparing search index...

    Interface GetPoliciesResponse

    Fetched policies.

    interface GetPoliciesResponse {
        policies: Policy[];
    }
    Index

    Properties

    Properties

    policies: Policy[]

    The policies fetched from the policy decision point server.