Interface RoleValues.Builder

    • Method Detail

      • admin

        RoleValues.Builder admin​(Collection<String> admin)

        A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.

        Parameters:
        admin - A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • admin

        RoleValues.Builder admin​(String... admin)

        A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.

        Parameters:
        admin - A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • editor

        RoleValues.Builder editor​(Collection<String> editor)

        A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.

        Parameters:
        editor - A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • editor

        RoleValues.Builder editor​(String... editor)

        A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.

        Parameters:
        editor - A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.