Files
grafana/pkg/tests/apis/iam/testdata/user-test-create-v0.yaml
T
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

11 lines
209 B
YAML

apiVersion: iam.grafana.app/v0alpha1
kind: User
metadata:
namespace: default
name: abcdefghijkl
spec:
email: testuser1@example123
login: testuser1
title: Test User 1
provisioned: false
role: None