Interface OpaAuthorizationInput
@PolarisImmutable
public interface OpaAuthorizationInput
OPA authorization input structure.
This represents the authorization context sent to OPA for policy evaluation, containing information about who is making the request (actor), what they want to do (action), what resources are involved (resource), and additional request context.
-
Method Summary