Package com.strongdm.api
Class AccountAttachment
java.lang.Object
com.strongdm.api.AccountAttachment
AccountAttachments assign an account to a role.
-
Constructor Summary
-
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.void
setAccountId
(String in) The id of the account of this AccountAttachment.void
Unique identifier of the AccountAttachment.void
The 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.
-