Package com.strongdm.api
Class AccountAttachment
java.lang.Object
com.strongdm.api.AccountAttachment
AccountAttachments assign an account to a role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the account of this AccountAttachment.getId()Unique identifier of the AccountAttachment.The id of the attached role of this AccountAttachment.voidsetAccountId(String in) The id of the account of this AccountAttachment.voidUnique identifier of the AccountAttachment.voidThe id of the attached role of this AccountAttachment.
-
Constructor Details
-
AccountAttachment
public AccountAttachment()
-
-
Method Details
-
getAccountId
The id of the account of this AccountAttachment. -
setAccountId
The id of the account of this AccountAttachment. -
getId
Unique identifier of the AccountAttachment. -
setId
Unique identifier of the AccountAttachment. -
getRoleId
The id of the attached role of this AccountAttachment. -
setRoleId
The id of the attached role of this AccountAttachment.
-