| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
RoleValues |
RoleValues.clone() |
RoleValues |
SamlConfiguration.getRoleValues()
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin and
Editor roles in the workspace. |
RoleValues |
RoleValues.withAdmin(Collection<String> admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
RoleValues |
RoleValues.withAdmin(String... admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Admin role to. |
RoleValues |
RoleValues.withEditor(Collection<String> editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
RoleValues |
RoleValues.withEditor(String... editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editor role to. |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlConfiguration.setRoleValues(RoleValues roleValues)
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin and
Editor roles in the workspace. |
SamlConfiguration |
SamlConfiguration.withRoleValues(RoleValues 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.