Package com.strongdm.api
Class GroupCreateFromRolesRequest
java.lang.Object
com.strongdm.api.GroupCreateFromRolesRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
CommitThe unique identifiers of the roles create groups from.void
setCommit
(boolean in) Commitvoid
setRoleIds
(List<String> in) The unique identifiers of the roles create groups from.
-
Constructor Details
-
GroupCreateFromRolesRequest
public GroupCreateFromRolesRequest()
-
-
Method Details
-
getCommit
public boolean getCommit()Commit -
setCommit
public void setCommit(boolean in) Commit -
getRoleIds
The unique identifiers of the roles create groups from. -
setRoleIds
The unique identifiers of the roles create groups from.
-