EvaluatePermissionResponse
Home > @backstage/plugin-permission-common
> EvaluatePermissionResponse
An individual response from the permission backend.
Signature:
export type EvaluatePermissionResponse = PolicyDecision;
References: PolicyDecision
Remarks
This response type is an alias of PolicyDecision to maintain separation between the PermissionPolicy interface and the permission backend api. They may diverge at some point in the future. The response