Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
authenticationEventsFlows | authenticationEventsFlow collection | Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants. |
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"
}