Resource Type: grafana_dashboard_permission

Defined in:
lib/puppet/type/grafana_dashboard_permission.rb
Providers:
grafana

Overview

Manage dashboard permissions in Grafana

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • permission

    The role to apply

    Supported values:
    • Admin
    • Edit
    • View

Parameters

  • dashboard

    Dashboard to modify permissions for

  • grafana_api_path (defaults to: /api)

    The absolute path to the API endpoint

  • grafana_password

    The password for the Grafana server

  • grafana_url (defaults to: '')

    The URL of the Grafana server

  • grafana_user

    The username for the Grafana server

  • name (namevar)

    The name of the permission.

  • organization (defaults to: Main Org.)

    The name of the organization to add permission for

  • provider

    The specific backend to use for this ‘grafana_dashboard_permission` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • team

    Team to add the permission for

  • user

    User to add the permission for