chore: update group and role sync notes (#15658)

This commit is contained in:
ケイラ
2024-11-27 14:39:03 -07:00
committed by GitHub
parent 24d44b4518
commit 40f12aeca3
4 changed files with 21 additions and 23 deletions

8
coderd/apidoc/docs.go generated
View File

@ -11126,7 +11126,7 @@ const docTemplate = `{
"type": "boolean"
},
"field": {
"description": "Field selects the claim field to be used as the created user's\ngroups. If the group field is the empty string, then no group updates\nwill ever come from the OIDC provider.",
"description": "Field is the name of the claim field that specifies what groups a user\nshould be in. If empty, no groups will be synced.",
"type": "string"
},
"legacy_group_name_mapping": {
@ -11137,7 +11137,7 @@ const docTemplate = `{
}
},
"mapping": {
"description": "Mapping maps from an OIDC group --\u003e Coder group ID",
"description": "Mapping is a map from OIDC groups to Coder group IDs",
"type": "object",
"additionalProperties": {
"type": "array",
@ -12931,11 +12931,11 @@ const docTemplate = `{
"type": "object",
"properties": {
"field": {
"description": "Field selects the claim field to be used as the created user's\ngroups. If the group field is the empty string, then no group updates\nwill ever come from the OIDC provider.",
"description": "Field is the name of the claim field that specifies what organization roles\na user should be given. If empty, no roles will be synced.",
"type": "string"
},
"mapping": {
"description": "Mapping maps from an OIDC group --\u003e Coder organization role",
"description": "Mapping is a map from OIDC groups to Coder organization roles.",
"type": "object",
"additionalProperties": {
"type": "array",