Evaluate whether a user is authorized to perform a specific action on a resource. The proxy path represents the original request path being authorized.
JWT Bearer token authentication
The user identifier making the request
"john.doe"
The account identifier for the request context
"my-company-account"
The action being performed (e.g., "account:user:read", "project:instance:create")
"project:instance:create"
The original request path being authorized (e.g., "projects/my-project/instances")
"projects/my-project/instances"