Package com.microsoft.graph.models
Class B2xIdentityUserFlow
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityUserFlow
com.microsoft.graph.models.B2xIdentityUserFlow
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class B2xIdentityUserFlow
extends IdentityUserFlow
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the B2x Identity User Flow.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Api Connector Configuration.Deprecated.The identityProvider API is deprecated and will stop returning data on March 2023.The Languages.The User Attribute Assignments.The User Flow Identity Providers.Fields inherited from class com.microsoft.graph.models.IdentityUserFlow
userFlowType, userFlowTypeVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
apiConnectorConfiguration
@SerializedName(value="apiConnectorConfiguration", alternate="ApiConnectorConfiguration") @Expose @Nullable public UserFlowApiConnectorConfiguration apiConnectorConfigurationThe Api Connector Configuration. Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration. -
identityProviders
Deprecated.The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.The Identity Providers. The identity providers included in the user flow. -
languages
@SerializedName(value="languages", alternate="Languages") @Expose @Nullable public UserFlowLanguageConfigurationCollectionPage languagesThe Languages. The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. -
userAttributeAssignments
@SerializedName(value="userAttributeAssignments", alternate="UserAttributeAssignments") @Expose @Nullable public IdentityUserFlowAttributeAssignmentCollectionPage userAttributeAssignmentsThe User Attribute Assignments. The user attribute assignments included in the user flow. -
userFlowIdentityProviders
The User Flow Identity Providers.
-
-
Constructor Details
-
B2xIdentityUserFlow
public B2xIdentityUserFlow()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classIdentityUserFlow- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-