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