Cerbos JavaScript SDK
    Preparing search index...

    Interface InspectPoliciesResponse

    Details of policies in the store.

    interface InspectPoliciesResponse {
        policies: Record<string, InspectedPolicy>;
    }
    Index

    Properties

    Properties

    policies: Record<string, InspectedPolicy>

    Details of policies in the store, by ID.