mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
8 lines
149 B
Go
8 lines
149 B
Go
|
package ldap
|
||
|
|
||
|
type TeamOrgGroupDTO struct {
|
||
|
TeamName string `json:"teamName"`
|
||
|
OrgName string `json:"orgName"`
|
||
|
GroupDN string `json:"groupDN"`
|
||
|
}
|