| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
AssertionAttributes |
AssertionAttributes.clone() |
AssertionAttributes |
SamlConfiguration.getAssertionAttributes()
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.
|
AssertionAttributes |
AssertionAttributes.withEmail(String email)
The name of the attribute within the SAML assertion to use as the email names for SAML users.
|
AssertionAttributes |
AssertionAttributes.withGroups(String groups)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
|
AssertionAttributes |
AssertionAttributes.withLogin(String login)
The name of the attribute within the SAML assertion to use as the login names for SAML users.
|
AssertionAttributes |
AssertionAttributes.withName(String name)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
|
AssertionAttributes |
AssertionAttributes.withOrg(String org)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users'
organizations.
|
AssertionAttributes |
AssertionAttributes.withRole(String role)
The name of the attribute within the SAML assertion to use as the user roles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlConfiguration.setAssertionAttributes(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.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.
|
Copyright © 2025. All rights reserved.