class Inspec::Resources::UserInfo

def credentials(_username)

this method is optional and may not be implemented by each provider
}
warndays: 1,
maxdays: 1,
mindays: 1,
{
returns a hash with meta-data about user credentials
def credentials(_username)
  nil
end