Uses of Class
software.amazon.awssdk.services.grafana.model.SamlConfiguration
-
Packages that use SamlConfiguration Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of SamlConfiguration in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return SamlConfiguration Modifier and Type Method Description SamlConfigurationSamlAuthentication. configuration()A structure containing details about how this workspace works with SAML.SamlConfigurationUpdateWorkspaceAuthenticationRequest. 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 theAdminandEditorroles in the workspace.Methods in software.amazon.awssdk.services.grafana.model with parameters of type SamlConfiguration Modifier and Type Method Description SamlAuthentication.BuilderSamlAuthentication.Builder. configuration(SamlConfiguration configuration)A structure containing details about how this workspace works with SAML.UpdateWorkspaceAuthenticationRequest.BuilderUpdateWorkspaceAuthenticationRequest.Builder. samlConfiguration(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 theAdminandEditorroles in the workspace.
-