@Generated(value="software.amazon.awssdk:codegen") public final class AssertionAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>
A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssertionAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssertionAttributes.Builder |
builder() |
String |
email()
The name of the attribute within the SAML assertion to use as the email names for SAML users.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groups()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
|
int |
hashCode() |
String |
login()
The name of the attribute within the SAML assertion to use as the login names for SAML users.
|
String |
name()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
|
String |
org()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users'
organizations.
|
String |
role()
The name of the attribute within the SAML assertion to use as the user roles.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssertionAttributes.Builder> |
serializableBuilderClass() |
AssertionAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String email()
The name of the attribute within the SAML assertion to use as the email names for SAML users.
public final String groups()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
public final String login()
The name of the attribute within the SAML assertion to use as the login names for SAML users.
public final String name()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
public final String org()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.
public final String role()
The name of the attribute within the SAML assertion to use as the user roles.
public AssertionAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>public static AssertionAttributes.Builder builder()
public static Class<? extends AssertionAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.