Grafana user.

interface GrafanaUser {
    id: number;
    login: string;
    password?: string;
    role: Cockpit.v1.GrafanaUserRole;
}

Properties

Properties

id: number

ID of the Grafana user.

login: string

Username of the Grafana user.

password?: string

Grafana user's password.

Role assigned to the Grafana user.