Home > @cerbos/core > PlanResourcesInput
Input to a PlanResources
invocation.
Signature:
export interface PlanResourcesInput
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
The action for which the plan was made. | ||
DecodedAuxData | undefined |
Auxiliary data that was used in the plan. | ||
Required<Omit<Principal, "attributes">> |
The principal for whom the plan was made. | ||
string |
An identifier for tracing the request. | ||
Required<Omit<ResourceQuery, "attributes">> |
Partial details of the resources for which the plan was made. |