Class IdentityAlias

java.lang.Object
com.strongdm.api.IdentityAlias

public class IdentityAlias extends Object
IdentityAliases define the username to be used for a specific account when connecting to a remote resource using that identity set.
  • Constructor Details

    • IdentityAlias

      public IdentityAlias()
  • Method Details

    • getAccountId

      public String getAccountId()
      The account for this identity alias.
    • setAccountId

      public void setAccountId(String in)
      The account for this identity alias.
    • getId

      public String getId()
      Unique identifier of the IdentityAlias.
    • setId

      public void setId(String in)
      Unique identifier of the IdentityAlias.
    • getIdentitySetId

      public String getIdentitySetId()
      The identity set.
    • setIdentitySetId

      public void setIdentitySetId(String in)
      The identity set.
    • getUsername

      public String getUsername()
      The username to be used as the identity alias for this account.
    • setUsername

      public void setUsername(String in)
      The username to be used as the identity alias for this account.