Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 1.48 KB

core.planresourcesinput.md

File metadata and controls

133 lines (59 loc) · 1.48 KB

Home > @cerbos/core > PlanResourcesInput

PlanResourcesInput interface

Input to a PlanResources invocation.

Signature:

export interface PlanResourcesInput 

Properties

Property

Modifiers

Type

Description

action

string

The action for which the plan was made.

auxData

DecodedAuxData | undefined

Auxiliary data that was used in the plan.

principal

Required<Omit<Principal, "attributes">>

The principal for whom the plan was made.

requestId

string

An identifier for tracing the request.

resource

Required<Omit<ResourceQuery, "attributes">>

Partial details of the resources for which the plan was made.