mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
support for managing external managed groups
This commit is contained in:
@@ -27,6 +27,7 @@ public class GroupDto extends HalRepresentation {
|
||||
private String type;
|
||||
private Map<String, String> properties;
|
||||
private List<String> members;
|
||||
private boolean external;
|
||||
|
||||
GroupDto(Links links, Embedded embedded) {
|
||||
super(links, embedded);
|
||||
|
||||
Reference in New Issue
Block a user