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

12 lines
206 B
YAML

apiVersion: iam.grafana.app/v0alpha1
kind: User
metadata:
namespace: default
name: testuser2
spec:
title: Test User 2
login: testuser2
email: testuser2@example
provisioned: false
role: Viewer