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 Details

    • conditionalAccess

      @SerializedName(value="conditionalAccess", alternate="ConditionalAccess") @Expose @Nullable public ConditionalAccessRoot conditionalAccess
      The Conditional Access. the entry point for the Conditional Access (CA) object model.
    • apiConnectors

      @SerializedName(value="apiConnectors", alternate="ApiConnectors") @Expose @Nullable public IdentityApiConnectorCollectionPage apiConnectors
      The Api Connectors. Represents entry point for API connectors.
    • b2xUserFlows

      @SerializedName(value="b2xUserFlows", alternate="B2xUserFlows") @Expose @Nullable public B2xIdentityUserFlowCollectionPage b2xUserFlows
      The 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 identityProviders
      The Identity Providers. Represents entry point for identity provider base.
    • userFlowAttributes

      @SerializedName(value="userFlowAttributes", alternate="UserFlowAttributes") @Expose @Nullable public IdentityUserFlowAttributeCollectionPage userFlowAttributes
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to