Package com.strongdm.api
Class IdentityAlias
java.lang.Object
com.strongdm.api.IdentityAlias
IdentityAliases define the username to be used for a specific account
when connecting to a remote resource using that identity set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe account for this identity alias.getId()
Unique identifier of the IdentityAlias.The identity set.The username to be used as the identity alias for this account.void
setAccountId
(String in) The account for this identity alias.void
Unique identifier of the IdentityAlias.void
The identity set.void
setUsername
(String in) The username to be used as the identity alias for this account.
-
Constructor Details
-
IdentityAlias
public IdentityAlias()
-
-
Method Details
-
getAccountId
The account for this identity alias. -
setAccountId
The account for this identity alias. -
getId
Unique identifier of the IdentityAlias. -
setId
Unique identifier of the IdentityAlias. -
getIdentitySetId
The identity set. -
setIdentitySetId
The identity set. -
getUsername
The username to be used as the identity alias for this account. -
setUsername
The username to be used as the identity alias for this account.
-