public static interface RoleValues.Builder extends SdkPojo, CopyableBuilder<RoleValues.Builder,RoleValues>
| Modifier and Type | Method and Description |
|---|---|
RoleValues.Builder |
admin(Collection<String> admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
RoleValues.Builder |
admin(String... admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
RoleValues.Builder |
editor(Collection<String> editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
RoleValues.Builder |
editor(String... editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoleValues.Builder admin(Collection<String> admin)
A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.
admin - A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.RoleValues.Builder admin(String... admin)
A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.
admin - A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.RoleValues.Builder editor(Collection<String> editor)
A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.
editor - A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.RoleValues.Builder editor(String... editor)
A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.
editor - A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.Copyright © 2023. All rights reserved.