Cerbos JavaScript SDK
    Preparing search index...

    Interface CheckResourcesResultMetadataEffect

    Additional information about how a policy decision was reached.

    interface CheckResourcesResultMetadataEffect {
        matchedPolicy: string;
        matchedScope: string;
    }
    Index

    Properties

    matchedPolicy: string

    The policy that was used to make the decision.

    matchedScope: string

    The policy scope that was used to make the decision.