| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
SamlConfiguration |
SamlConfiguration.clone() |
SamlConfiguration |
SamlAuthentication.getConfiguration()
A structure containing details about how this workspace works with SAML.
|
SamlConfiguration |
UpdateWorkspaceAuthenticationRequest.getSamlConfiguration()
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and
define which groups in the assertion attribute are to have the
Admin and Editor roles
in the workspace. |
SamlConfiguration |
SamlConfiguration.withAllowedOrganizations(Collection<String> allowedOrganizations)
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace.
|
SamlConfiguration |
SamlConfiguration.withAllowedOrganizations(String... allowedOrganizations)
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace.
|
SamlConfiguration |
SamlConfiguration.withAssertionAttributes(AssertionAttributes assertionAttributes)
A structure that defines which attributes in the SAML assertion are to be used to define information about the
users authenticated by that IdP to use the workspace.
|
SamlConfiguration |
SamlConfiguration.withIdpMetadata(IdpMetadata idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
SamlConfiguration |
SamlConfiguration.withLoginValidityDuration(Integer loginValidityDuration)
How long a sign-on session by a SAML user is valid, before the user has to sign on again.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlAuthentication.setConfiguration(SamlConfiguration configuration)
A structure containing details about how this workspace works with SAML.
|
void |
UpdateWorkspaceAuthenticationRequest.setSamlConfiguration(SamlConfiguration samlConfiguration)
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and
define which groups in the assertion attribute are to have the
Admin and Editor roles
in the workspace. |
SamlAuthentication |
SamlAuthentication.withConfiguration(SamlConfiguration configuration)
A structure containing details about how this workspace works with SAML.
|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withSamlConfiguration(SamlConfiguration samlConfiguration)
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and
define which groups in the assertion attribute are to have the
Admin and Editor roles
in the workspace. |
Copyright © 2025. All rights reserved.