| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
RoleValues.Builder |
RoleValues.Builder.admin(Collection<String> admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
RoleValues.Builder |
RoleValues.Builder.admin(String... admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
static RoleValues.Builder |
RoleValues.builder() |
RoleValues.Builder |
RoleValues.Builder.editor(Collection<String> editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
RoleValues.Builder |
RoleValues.Builder.editor(String... editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
RoleValues.Builder |
RoleValues.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoleValues.Builder> |
RoleValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SamlConfiguration.Builder |
SamlConfiguration.Builder.roleValues(Consumer<RoleValues.Builder> roleValues)
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin
and Editor roles in the workspace. |
Copyright © 2023. All rights reserved.