Class RemoteIdentity

java.lang.Object
com.strongdm.api.RemoteIdentity

public class RemoteIdentity extends Object
RemoteIdentities define the username to be used for a specific account when connecting to a remote resource using that group.
  • Constructor Details

    • RemoteIdentity

      public RemoteIdentity()
  • Method Details

    • getAccountId

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

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

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

      public void setId(String in)
      Unique identifier of the RemoteIdentity.
    • getRemoteIdentityGroupId

      public String getRemoteIdentityGroupId()
      The remote identity group.
    • setRemoteIdentityGroupId

      public void setRemoteIdentityGroupId(String in)
      The remote identity group.
    • getUsername

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

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