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 TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
conditionalAccess
@SerializedName(value="conditionalAccess", alternate="ConditionalAccess") @Expose @Nullable public ConditionalAccessRoot conditionalAccessThe Conditional Access. the entry point for the Conditional Access (CA) object model. -
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 and self-service sign-up identity userflows. -
identityProviders
@SerializedName(value="identityProviders", alternate="IdentityProviders") @Expose @Nullable public IdentityProviderBaseCollectionPage identityProvidersThe Identity Providers. Represents entry point for identity provider base. -
userFlowAttributes
@SerializedName(value="userFlowAttributes", alternate="UserFlowAttributes") @Expose @Nullable public IdentityUserFlowAttributeCollectionPage userFlowAttributesThe User Flow Attributes. Represents entry point for identity userflow attributes.
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-