Class 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 Details

    • apiConnectorConfiguration

      @SerializedName(value="apiConnectorConfiguration", alternate="ApiConnectorConfiguration") @Expose @Nullable public UserFlowApiConnectorConfiguration apiConnectorConfiguration
      The 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 @Nullable public IdentityProviderCollectionPage 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 languages
      The 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 userAttributeAssignments
      The User Attribute Assignments. The user attribute assignments included in the user flow.
    • userFlowIdentityProviders

      @Nullable public IdentityProviderBaseCollectionPage 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class IdentityUserFlow
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to