Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 700 Bytes

UserGroup.md

File metadata and controls

13 lines (9 loc) · 700 Bytes

UserGroup

Properties

Name Type Description Notes
Id int32 The ID of the user group [optional] [default to null]
GroupName string The name of the user group [optional] [default to null]
GroupType int32 The group type, 1 for LDAP group, 2 for HTTP group, 3 for OIDC group. [optional] [default to null]
LdapGroupDn string The DN of the LDAP group if group type is 1 (LDAP group). [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]