mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-26 09:31:24 +01:00
Added group_type information for type 3 OIDC group (#17118)
Added group_type information for type 3 OIDC group Signed-off-by: Dannyx323 <46710098+Dannyx323@users.noreply.github.com> Update swagger.yaml Added group_type information for type 3 OIDC group Signed-off-by: Dannyx323 <46710098+Dannyx323@users.noreply.github.com>
This commit is contained in:
parent
d88630848a
commit
dc1a03fde2
@ -8099,7 +8099,7 @@ definitions:
|
||||
description: The name of the user group
|
||||
group_type:
|
||||
type: integer
|
||||
description: 'The group type, 1 for LDAP group, 2 for HTTP group.'
|
||||
description: 'The group type, 1 for LDAP group, 2 for HTTP group, 3 for OIDC group.'
|
||||
ldap_group_dn:
|
||||
type: string
|
||||
description: The DN of the LDAP group if group type is 1 (LDAP group).
|
||||
@ -8114,7 +8114,7 @@ definitions:
|
||||
description: The name of the user group
|
||||
group_type:
|
||||
type: integer
|
||||
description: 'The group type, 1 for LDAP group, 2 for HTTP group.'
|
||||
description: 'The group type, 1 for LDAP group, 2 for HTTP group, 3 for OIDC group.'
|
||||
SupportedWebhookEventTypes:
|
||||
type: object
|
||||
description: Supportted webhook event types and notify types.
|
||||
|
Loading…
Reference in New Issue
Block a user