I'm wanting to understand what authorisation requests are possible when implementing a custom webhook. The docs describe a SubjectAccessReview that references a SubjectAccessReviewSpec that references a ResourceAttributes object that references a string field called resource
, which is described as:
Resource is one of the existing resource types. "*" means all.
Where is the list of all resources and what resources are defined?
What are the verbs that can appear in the request?