Files
grafana/apps/iam/kinds/v0alpha1/userspec.cue
Misi 9c676b3ae7 IAM: Rename Name to Title in UserSpec (#112862)
* Use Title as the name of the display name for User

* Align tests
2025-10-23 16:03:28 +02:00

13 lines
191 B
CUE

package v0alpha1
UserSpec: {
disabled: bool
email: string
emailVerified: bool
grafanaAdmin: bool
login: string
title: string
provisioned: bool
role: string
}