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