Class IdentityContainer

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityContainer
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class IdentityContainer extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • IdentityContainer

      public IdentityContainer()
      Instantiates a new IdentityContainer and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static IdentityContainer createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a IdentityContainer
    • getApiConnectors

      @Nullable public List<IdentityApiConnector> getApiConnectors()
      Gets the apiConnectors property value. Represents entry point for API connectors.
      Returns:
      a List<IdentityApiConnector>
    • getAuthenticationEventListeners

      @Nullable public List<AuthenticationEventListener> getAuthenticationEventListeners()
      Gets the authenticationEventListeners property value. Represents listeners for custom authentication extension events in Azure AD for workforce and customers.
      Returns:
      a List<AuthenticationEventListener>
    • getAuthenticationEventsFlows

      @Nullable public List<AuthenticationEventsFlow> getAuthenticationEventsFlows()
      Gets the authenticationEventsFlows property value. Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants.
      Returns:
      a List<AuthenticationEventsFlow>
    • getB2xUserFlows

      @Nullable public List<B2xIdentityUserFlow> getB2xUserFlows()
      Gets the b2xUserFlows property value. Represents entry point for B2X/self-service sign-up identity userflows.
      Returns:
      a List<B2xIdentityUserFlow>
    • getConditionalAccess

      @Nullable public ConditionalAccessRoot getConditionalAccess()
      Gets the conditionalAccess property value. the entry point for the Conditional Access (CA) object model.
      Returns:
      a ConditionalAccessRoot
    • getCustomAuthenticationExtensions

      @Nullable public List<CustomAuthenticationExtension> getCustomAuthenticationExtensions()
      Gets the customAuthenticationExtensions property value. Represents custom extensions to authentication flows in Azure AD for workforce and customers.
      Returns:
      a List<CustomAuthenticationExtension>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIdentityProviders

      @Nullable public List<IdentityProviderBase> getIdentityProviders()
      Gets the identityProviders property value. The identityProviders property
      Returns:
      a List<IdentityProviderBase>
    • getUserFlowAttributes

      @Nullable public List<IdentityUserFlowAttribute> getUserFlowAttributes()
      Gets the userFlowAttributes property value. Represents entry point for identity userflow attributes.
      Returns:
      a List<IdentityUserFlowAttribute>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setApiConnectors

      public void setApiConnectors(@Nullable List<IdentityApiConnector> value)
      Sets the apiConnectors property value. Represents entry point for API connectors.
      Parameters:
      value - Value to set for the apiConnectors property.
    • setAuthenticationEventListeners

      public void setAuthenticationEventListeners(@Nullable List<AuthenticationEventListener> value)
      Sets the authenticationEventListeners property value. Represents listeners for custom authentication extension events in Azure AD for workforce and customers.
      Parameters:
      value - Value to set for the authenticationEventListeners property.
    • setAuthenticationEventsFlows

      public void setAuthenticationEventsFlows(@Nullable List<AuthenticationEventsFlow> value)
      Sets the authenticationEventsFlows property value. Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants.
      Parameters:
      value - Value to set for the authenticationEventsFlows property.
    • setB2xUserFlows

      public void setB2xUserFlows(@Nullable List<B2xIdentityUserFlow> value)
      Sets the b2xUserFlows property value. Represents entry point for B2X/self-service sign-up identity userflows.
      Parameters:
      value - Value to set for the b2xUserFlows property.
    • setConditionalAccess

      public void setConditionalAccess(@Nullable ConditionalAccessRoot value)
      Sets the conditionalAccess property value. the entry point for the Conditional Access (CA) object model.
      Parameters:
      value - Value to set for the conditionalAccess property.
    • setCustomAuthenticationExtensions

      public void setCustomAuthenticationExtensions(@Nullable List<CustomAuthenticationExtension> value)
      Sets the customAuthenticationExtensions property value. Represents custom extensions to authentication flows in Azure AD for workforce and customers.
      Parameters:
      value - Value to set for the customAuthenticationExtensions property.
    • setIdentityProviders

      public void setIdentityProviders(@Nullable List<IdentityProviderBase> value)
      Sets the identityProviders property value. The identityProviders property
      Parameters:
      value - Value to set for the identityProviders property.
    • setUserFlowAttributes

      public void setUserFlowAttributes(@Nullable List<IdentityUserFlowAttribute> value)
      Sets the userFlowAttributes property value. Represents entry point for identity userflow attributes.
      Parameters:
      value - Value to set for the userFlowAttributes property.