# 36.4. administrable\_role\_authorizations

The view `administrable_role_authorizations` identifies all roles that the current user has the admin option for.

#### **Table 36.2. `administrable_role_authorizations` Columns**

| <p>Column Type</p><p>Description</p>                                                                                                                                                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><code>grantee</code> <code>sql\_identifier</code></p><p>Name of the role to which this role membership was granted (can be the current user, or a different role in case of nested role memberships)</p> |
| <p><code>role\_name</code> <code>sql\_identifier</code></p><p>Name of a role</p>                                                                                                                            |
| <p><code>is\_grantable</code> <code>yes\_or\_no</code></p><p>Always <code>YES</code></p>                                                                                                                    |
