Package com.microsoft.graph.models
Class IdentityContainer
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityContainer
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityContainer
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Identity Container.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Api Connectors.The B2x User Flows.The Conditional Access.The Identity Providers.The User Flow Attributes. -
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
-
apiConnectors
@SerializedName(value="apiConnectors", alternate="ApiConnectors") @Expose @Nullable public IdentityApiConnectorCollectionPage apiConnectorsThe Api Connectors. Represents entry point for API connectors. -
b2xUserFlows
@SerializedName(value="b2xUserFlows", alternate="B2xUserFlows") @Expose @Nullable public B2xIdentityUserFlowCollectionPage b2xUserFlowsThe B2x User Flows. Represents entry point for B2X/self-service sign-up identity userflows. -
identityProviders
@SerializedName(value="identityProviders", alternate="IdentityProviders") @Expose @Nullable public IdentityProviderBaseCollectionPage identityProvidersThe Identity Providers. -
userFlowAttributes
@SerializedName(value="userFlowAttributes", alternate="UserFlowAttributes") @Expose @Nullable public IdentityUserFlowAttributeCollectionPage userFlowAttributesThe User Flow Attributes. Represents entry point for identity userflow attributes. -
conditionalAccess
@SerializedName(value="conditionalAccess", alternate="ConditionalAccess") @Expose @Nullable public ConditionalAccessRoot conditionalAccessThe Conditional Access. the entry point for the Conditional Access (CA) object model.
-
-
Constructor Details
-
IdentityContainer
public IdentityContainer()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-