Cerbos JavaScript SDK
    Preparing search index...

    Interface PlanResourcesOutputBase

    Common fields between different PlanResourcesOutput types.

    interface PlanResourcesOutputBase {
        action: string;
        actions: string[];
        policyVersion: string;
        requestId: string;
        scope: string;
        validationErrors: ValidationError[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string

    The action for which the plan was made.

    Use actions instead.

    actions: string[]

    The actions for which the plan was made.

    policyVersion: string

    The version of the policy that was used to make the plan.

    requestId: string

    An identifier for tracing the request.

    scope: string

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

    validationErrors: ValidationError[]

    Any schema validation errors for the principal or resource attributes.