List of RBAC resources, sub resources and verbs

Is there a definitive list of all of the RBAC resources, sub-resources (e.g. prods/proxy) and their associated verbs?

I work in a bank and I need to be able to fully document the access control model for our cluster, meaning I need to be able to list what things users could possibly do, so a definitive list is important.

https://kubernetes.io/docs/reference/access-authn-authz/authorization/

This will at least give you a full list of all the request attributes.
This documentation page also includes all possible verbs.

Additionally since this implementation https://github.com/kubernetes/kubernetes/pull/63254, you’re able to list all resources.