Method: Inspec::Resources::UserInfo#credentials
- Defined in:
- lib/resources/users.rb
#credentials(_username) ⇒ Object
returns a hash with meta-data about user credentials
mindays: 1,
maxdays: 1,
warndays: 1,
this method is optional and may not be implemented by each provider
310 311 312 |
# File 'lib/resources/users.rb', line 310 def credentials(_username) nil end |