Method: SDM::Client#accounts

Defined in:
lib/strongdm.rb

#accountsObject (readonly)

Accounts are users that have access to strongDM. There are two types of accounts:

  1. Users: humans who are authenticated through username and password or SSO.
  2. Service Accounts: machines that are authenticated using a service token.
  3. Tokens are access keys with permissions that can be used for authentication.

See Accounts.

[View source]

254
255
256
# File 'lib/strongdm.rb', line 254

def accounts
  @accounts
end