public class IdentityContainer extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
IdentityApiConnectorCollectionPage |
apiConnectors
The Api Connectors.
|
B2xIdentityUserFlowCollectionPage |
b2xUserFlows
The B2x User Flows.
|
ConditionalAccessRoot |
conditionalAccess
The Conditional Access.
|
IdentityProviderBaseCollectionPage |
identityProviders
The Identity Providers.
|
IdentityUserFlowAttributeCollectionPage |
userFlowAttributes
The User Flow Attributes.
|
| Constructor and Description |
|---|
IdentityContainer() |
| 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="conditionalAccess",
alternate="ConditionalAccess")
@Expose
@Nullable
public ConditionalAccessRoot conditionalAccess
@SerializedName(value="apiConnectors",
alternate="ApiConnectors")
@Expose
@Nullable
public IdentityApiConnectorCollectionPage apiConnectors
@SerializedName(value="b2xUserFlows",
alternate="B2xUserFlows")
@Expose
@Nullable
public B2xIdentityUserFlowCollectionPage b2xUserFlows
@SerializedName(value="identityProviders",
alternate="IdentityProviders")
@Expose
@Nullable
public IdentityProviderBaseCollectionPage identityProviders
@SerializedName(value="userFlowAttributes",
alternate="UserFlowAttributes")
@Expose
@Nullable
public IdentityUserFlowAttributeCollectionPage userFlowAttributes
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 Entityserializer - the serializerjson - the JSON object to set this object to