Method: SDM::Client#roles
- Defined in:
- lib/strongdm.rb
#roles ⇒ Object (readonly)
Roles are tools for controlling user access to resources. Each Role holds a list of resources which they grant access to. Composite roles are a special type of Role which have no resource associations of their own, but instead grant access to the combined resources associated with a set of child roles. Each user can be a member of one Role or composite role.
129 130 131 |
# File 'lib/strongdm.rb', line 129 def roles @roles end |