Method: Inspec::Resources::UserInfo#identity
- Defined in:
- lib/resources/users.rb
#identity(_username) ⇒ Object
returns a hash with user-specific values:
uid: '',
user: '',
gid: '',
group: '',
groups: '',
294 295 296 |
# File 'lib/resources/users.rb', line 294 def identity(_username) raise 'user provider must implement the `identity` method' end |