Permissions
Last updated
Was this helpful?
Last updated
Was this helpful?
Public endpoint to check if the user has certain permissions.
Args: resource: The resource the user wants to perform the action on. action: The action the user wants to perform on the resource. user: The authenticated user. rbac: RBAC component.
Returns: Whether the user has permissions to perform the action on that resource.