RoleRef [page]deterministic
RoleRef contains information that points to the role being used
`apiVersion: rbac.authorization.k8s.io/v1`
`import "k8s.io/api/rbac/v1"`
## RoleRef {#RoleRef}
RoleRef contains information that points to the role being used
<hr>
<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>apiGroup</code><br/><em>string</em></td> <td>APIGroup is the group for the resource being referenced</td> </tr> <tr> <td><code>kind</code> <strong>*</strong><br/><em>string</em></td> <td>Kind is the type of resource being referenced</td> </tr> <tr> <td><code>name</code> <strong>*</strong><br/><em>string</em></td> <td>Name is the name of resource being referenced</td> </tr> </tbody> </table>