goharbor-client
goharbor-client copied to clipboard
Create LDAP group
Hello,
I'd like to create group in a Harbor instance binded to a LDAP server.
Is there a way to achieve that using this library?
For now I am using:
cat template/create-ldap-group.tpl
{
"group_name": "__group_name__",
"ldap_group_dn": "__group_dn__",
"group_type": 0,
"id": 0
}