Method: SDM::Client#identity_aliases
- Defined in:
- lib/strongdm.rb
#identity_aliases ⇒ Object (readonly)
IdentityAliases assign an alias to an account within an IdentitySet. The alias is used as the username when connecting to a identity supported resource.
See IdentityAliases.
369 370 371 |
# File 'lib/strongdm.rb', line 369 def identity_aliases @identity_aliases end |