Package com.strongdm.api
Class GroupRole
java.lang.Object
com.strongdm.api.GroupRole
A GroupRole assigns a Group to a Role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe assigned Group ID.getId()Unique identifier of the GroupRole.The assigned Role ID.voidsetGroupId(String in) The assigned Group ID.voidUnique identifier of the GroupRole.voidThe assigned Role ID.
-
Constructor Details
-
GroupRole
public GroupRole()
-
-
Method Details
-
getGroupId
The assigned Group ID. -
setGroupId
The assigned Group ID. -
getId
Unique identifier of the GroupRole. -
setId
Unique identifier of the GroupRole. -
getRoleId
The assigned Role ID. -
setRoleId
The assigned Role ID.
-