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.
294 295 296 |
# File 'lib/strongdm.rb', line 294 def identity_aliases @identity_aliases end |