feat: add group mapping option for group sync (#6705)

* feat: add group mapping option for group sync

* fixup! feat: add group mapping option for group sync
This commit is contained in:
Colin Adler
2023-03-21 14:25:45 -05:00
committed by GitHub
parent 120bc4b750
commit 00860cf1c8
12 changed files with 114 additions and 18 deletions

3
coderd/apidoc/docs.go generated
View File

@ -7138,6 +7138,9 @@ const docTemplate = `{
"type": "string"
}
},
"group_mapping": {
"type": "object"
},
"groups_field": {
"type": "string"
},