public class B2xIdentityUserFlow extends IdentityUserFlow implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
UserFlowApiConnectorConfiguration |
apiConnectorConfiguration
The Api Connector Configuration.
|
IdentityProviderCollectionPage |
identityProviders
The Identity Providers.
|
UserFlowLanguageConfigurationCollectionPage |
languages
The Languages.
|
IdentityUserFlowAttributeAssignmentCollectionPage |
userAttributeAssignments
The User Attribute Assignments.
|
IdentityProviderBaseCollectionPage |
userFlowIdentityProviders
The User Flow Identity Providers.
|
userFlowType, userFlowTypeVersion| Constructor and Description |
|---|
B2xIdentityUserFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="apiConnectorConfiguration",
alternate="ApiConnectorConfiguration")
@Expose
@Nullable
public UserFlowApiConnectorConfiguration apiConnectorConfiguration
@Nullable public IdentityProviderCollectionPage identityProviders
@SerializedName(value="languages",
alternate="Languages")
@Expose
@Nullable
public UserFlowLanguageConfigurationCollectionPage languages
@SerializedName(value="userAttributeAssignments",
alternate="UserAttributeAssignments")
@Expose
@Nullable
public IdentityUserFlowAttributeAssignmentCollectionPage userAttributeAssignments
@Nullable public IdentityProviderBaseCollectionPage userFlowIdentityProviders
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class IdentityUserFlowserializer - the serializerjson - the JSON object to set this object to