Cerbos JavaScript SDK
    Preparing search index...

    Interface GetPoliciesRequest

    interface GetPoliciesRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    IDs of policies to fetch.

    Available policy IDs can be listed with Client.listPolicies.