Class: IControl::Management::UserManagement::UserPermission
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::UserManagement::UserPermission
- Defined in:
- lib/icontrol/management/user_management.rb,
lib/icontrol/management/user_management.rb
Overview
A struct that describes a user permission. This indicates what role a user has on a given partition.
Instance Attribute Summary collapse
-
#partition ⇒ String
The partition that the user has access to.
-
#role ⇒ IControl::Management::UserManagement::UserRole
The user’s role for the given partition.
Instance Attribute Details
#partition ⇒ String
The partition that the user has access to.
540 541 542 |
# File 'lib/icontrol/management/user_management.rb', line 540 def partition @partition end |
#role ⇒ IControl::Management::UserManagement::UserRole
The user’s role for the given partition.
540 541 542 |
# File 'lib/icontrol/management/user_management.rb', line 540 def role @role end |