Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicyStoreIntegrityViolationRequiredByOtherPolicies

    The policy cannot be disabled or deleted because it is required by other policies.

    interface PolicyStoreIntegrityViolationRequiredByOtherPolicies {
        dependents: string[];
    }
    Index

    Properties

    Properties

    dependents: string[]

    IDs of policies that depend on the one being disabled or deleted.