Cerbos JavaScript SDK
    Preparing search index...

    Interface CheckOutputActionEffect

    The CheckResources decision made for an action.

    interface CheckOutputActionEffect {
        effect: Effect;
        policy: string;
        scope: string;
    }
    Index

    Properties

    Properties

    effect: Effect

    The outcome of the decision.

    policy: string

    The ID of the policy that was used to make the decision.

    scope: string

    The scope of the policy that was used to make the decision.