Class: IControl::Management::UserManagement::PasswordInfo
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::UserManagement::PasswordInfo
- Defined in:
- lib/icontrol/management/user_management.rb,
lib/icontrol/management/user_management.rb
Overview
The user’s password.
Instance Attribute Summary collapse
-
#is_encrypted ⇒ Object
The flag indicating whether the password is encrypted or not.
-
#password ⇒ String
The user’s password.
Instance Attribute Details
#is_encrypted ⇒ Object
The flag indicating whether the password is encrypted or not.
466 467 468 |
# File 'lib/icontrol/management/user_management.rb', line 466 def is_encrypted @is_encrypted end |
#password ⇒ String
The user’s password. If “is_encrypted” is true, this password should be encrypted using crypt(3).
466 467 468 |
# File 'lib/icontrol/management/user_management.rb', line 466 def password @password end |