Class AccountAttachment

java.lang.Object
com.strongdm.api.AccountAttachment

public class AccountAttachment extends Object
AccountAttachments assign an account to a role.
  • Constructor Details

    • AccountAttachment

      public AccountAttachment()
  • Method Details

    • getAccountId

      public String getAccountId()
      The id of the account of this AccountAttachment.
    • setAccountId

      public void setAccountId(String in)
      The id of the account of this AccountAttachment.
    • getId

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

      public void setId(String in)
      Unique identifier of the AccountAttachment.
    • getRoleId

      public String getRoleId()
      The id of the attached role of this AccountAttachment.
    • setRoleId

      public void setRoleId(String in)
      The id of the attached role of this AccountAttachment.