Class GroupCreateFromRolesRequest

java.lang.Object
com.strongdm.api.GroupCreateFromRolesRequest

public class GroupCreateFromRolesRequest extends Object
  • Constructor Details

    • GroupCreateFromRolesRequest

      public GroupCreateFromRolesRequest()
  • Method Details

    • getCommit

      public boolean getCommit()
      Commit
    • setCommit

      public void setCommit(boolean in)
      Commit
    • getRoleIds

      public List<String> getRoleIds()
      The unique identifiers of the roles create groups from.
    • setRoleIds

      public void setRoleIds(List<String> in)
      The unique identifiers of the roles create groups from.