When does the SubjectAccessReviewRequest contain * in resource and verb?

Hey everyone, I was going through the rbac authorization document of k8s - authorization package - k8s.io/kubernetes/pkg/apis/authorization - Go Packages
and noticed that Resource and Verb can have * value as well. I tried finding in which scenario do we get * in resource/verb but i couldn’t find anything. I tried kubectl get all but that wasn’t creating the subject access review request with * as well.
Does anyone know what command i can run to repro this scenario? Thanks!