()
| 698 | // support unavailable to the user. Eg: Scope to a single resource. |
| 699 | type ExpandableRoles interface { |
| 700 | Expand() ([]Role, error) |
| 701 | // Names is for logging and tracing purposes, we want to know the human |
| 702 | // names of the expanded roles. |
| 703 | Names() []RoleIdentifier |
no outgoing calls