Interface OpaRequest
@PolarisImmutable
public interface OpaRequest
OPA request wrapper containing the authorization input.
This is the top-level structure sent to OPA, containing the input object.
-
Method Summary
-
Method Details
-
input
OpaAuthorizationInput input()The authorization input to be evaluated by OPA.
-