identityContainer resource type

Namespace: microsoft.graph

Represents the entry point to different features in External Identities for both Microsoft Entra ID and Azure AD B2C tenants.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
apiConnectors identityApiConnector collection Represents entry point for API connectors.
authenticationEventListeners authenticationEventListener collection Represents listeners for custom authentication extension events in Azure AD for workforce and customers.
b2xUserFlows b2xIdentityUserFlow collection Represents entry point for B2X/self-service sign-up identity userflows.
conditionalAccess conditionalAccessRoot collection the entry point for the Conditional Access (CA) object model.
customAuthenticationExtensions customAuthenticationExtension collection Represents custom extensions to authentication flows in Azure AD for workforce and customers.
identityProvider identityProviderBase collection Represents entry point for identity provider base.
userFlowAttributes identityUserFlowAttribute collection Represents entry point for identity userflow attributes.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityContainer"
}