Cerbos JavaScript SDK
    Preparing search index...

    Interface DisablePoliciesRequest

    interface DisablePoliciesRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    IDs of policies to disable.

    Available policy IDs can be listed with Client.listPolicies.