Uses of Interface
software.amazon.awssdk.services.grafana.model.AssertionAttributes.Builder
-
Packages that use AssertionAttributes.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AssertionAttributes.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AssertionAttributes.Builder Modifier and Type Method Description static AssertionAttributes.BuilderAssertionAttributes. builder()AssertionAttributes.BuilderAssertionAttributes.Builder. email(String email)The name of the attribute within the SAML assertion to use as the email names for SAML users.AssertionAttributes.BuilderAssertionAttributes.Builder. groups(String groups)The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.AssertionAttributes.BuilderAssertionAttributes.Builder. login(String login)The name of the attribute within the SAML assertion to use as the login names for SAML users.AssertionAttributes.BuilderAssertionAttributes.Builder. name(String name)The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.AssertionAttributes.BuilderAssertionAttributes.Builder. org(String org)The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.AssertionAttributes.BuilderAssertionAttributes.Builder. role(String role)The name of the attribute within the SAML assertion to use as the user roles.AssertionAttributes.BuilderAssertionAttributes. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type AssertionAttributes.Builder Modifier and Type Method Description static Class<? extends AssertionAttributes.Builder>AssertionAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type AssertionAttributes.Builder Modifier and Type Method Description default SamlConfiguration.BuilderSamlConfiguration.Builder. assertionAttributes(Consumer<AssertionAttributes.Builder> 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.
-