public static interface AssertionAttributes.Builder extends SdkPojo, CopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>
| Modifier and Type | Method and Description |
|---|---|
AssertionAttributes.Builder |
email(String email)
The name of the attribute within the SAML assertion to use as the email names for SAML users.
|
AssertionAttributes.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.Builder |
login(String login)
The name of the attribute within the SAML assertion to use as the login names for SAML users.
|
AssertionAttributes.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.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.Builder |
role(String role)
The name of the attribute within the SAML assertion to use as the user roles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssertionAttributes.Builder email(String email)
The name of the attribute within the SAML assertion to use as the email names for SAML users.
email - The name of the attribute within the SAML assertion to use as the email names for SAML users.AssertionAttributes.Builder groups(String groups)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
groups - The name of the attribute within the SAML assertion to use as the user full "friendly" names for user
groups.AssertionAttributes.Builder login(String login)
The name of the attribute within the SAML assertion to use as the login names for SAML users.
login - The name of the attribute within the SAML assertion to use as the login names for SAML users.AssertionAttributes.Builder name(String name)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
name - The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML
users.AssertionAttributes.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.
org - The name of the attribute within the SAML assertion to use as the user full "friendly" names for the
users' organizations.AssertionAttributes.Builder role(String role)
The name of the attribute within the SAML assertion to use as the user roles.
role - The name of the attribute within the SAML assertion to use as the user roles.Copyright © 2023. All rights reserved.