Method: SDM::Client#accounts
- Defined in:
- lib/strongdm.rb
permalink #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.
- Tokens are access keys with permissions that can be used for authentication.
See Accounts.
254 255 256 |
# File 'lib/strongdm.rb', line 254 def accounts @accounts end |