Class GroupRole

java.lang.Object
com.strongdm.api.GroupRole

public class GroupRole extends Object
A GroupRole assigns a Group to a Role.
  • Constructor Details

    • GroupRole

      public GroupRole()
  • Method Details

    • getGroupId

      public String getGroupId()
      The assigned Group ID.
    • setGroupId

      public void setGroupId(String in)
      The assigned Group ID.
    • getId

      public String getId()
      Unique identifier of the GroupRole.
    • setId

      public void setId(String in)
      Unique identifier of the GroupRole.
    • getRoleId

      public String getRoleId()
      The assigned Role ID.
    • setRoleId

      public void setRoleId(String in)
      The assigned Role ID.