File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 273273 ]
274274 }
275275 },
276+ "groupmembership" : {
277+ "add_operation" : " Educators_GroupsAdd" ,
278+ "remove_operation" : " Educators_GroupsRemove" ,
279+ "member_table" : " Educators" ,
280+ "group_table" : " Groups" ,
281+ "member_attributes" : {
282+ "Username" : " Username"
283+ },
284+ "group_attributes" : {
285+ "Name" : " Group"
286+ }
287+ },
276288 "parameters" :{},
277289 "key" :" Username" ,
278290 "resources" :{
10151027 ]
10161028 }
10171029 },
1030+ "groupmembership" : {
1031+ "add_operation" : " Students_GroupsAdd" ,
1032+ "remove_operation" : " Students_GroupsRemove" ,
1033+ "member_table" : " Students" ,
1034+ "group_table" : " Groups" ,
1035+ "member_attributes" : {
1036+ "Username" : " Username"
1037+ },
1038+ "group_attributes" : {
1039+ "Name" : " Group"
1040+ }
1041+ },
10181042 "resources" :{
10191043 "Username" : " string*" ,
10201044 "Group" : " string*"
You can’t perform that action at this time.
0 commit comments