Interface RoleValues.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RoleValues.Builder,RoleValues>, SdkBuilder<RoleValues.Builder,RoleValues>, SdkPojo
Enclosing class:
RoleValues

public static interface RoleValues.Builder extends SdkPojo, CopyableBuilder<RoleValues.Builder,RoleValues>
  • Method Details

    • 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

      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.