| title | builtInIdentityProvider resource type |
|---|---|
| description | Represents built-in identity providers in a Microsoft Entra tenant. |
| ms.localizationpriority | high |
| doc_type | resourcePageType |
| ms.subservice | entra-sign-in |
| author | brozbab |
| ms.date | 11/16/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents built-in identity providers for a Microsoft Entra tenant.
For scenarios in a Microsoft Entra tenant, the built-in identity provider type can be a Microsoft Entra ID, Microsoft account (MSA), or email one-time passcode (EmailOTP).
This type inherits from identityProviderBase.
None.
For the list of API operations for managing built-in identity providers, see the identityProviderBase resource type.
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the identity provider. Inherited from identityProviderBase. |
| id | String | The identifier of the identity provider. Inherited from identityProviderBase. Read-only. |
| identityProviderType | String | The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String",
"identityProviderType": "String"
}