Method: SDM::Client#accounts
- Defined in:
- lib/strongdm.rb
#accounts ⇒ Object (readonly)
Accounts are users that have access to strongDM. There are two types of accounts:
- Users: humans who are authenticated through username and password or SSO.
- Service Accounts: machines that are authenticated using a service token.
See Accounts.
239 240 241 |
# File 'lib/strongdm.rb', line 239 def accounts @accounts end |