Cerbos JavaScript SDK
    Preparing search index...

    Interface DeletePoliciesResponse

    The outcome of deleting policies.

    interface DeletePoliciesResponse {
        deletedPolicies: number;
    }
    Index

    Properties

    Properties

    deletedPolicies: number

    Number of policies deleted.