| title | unknownSource resource type |
|---|---|
| description | Represents an authorization system identity sourced from an unknown identity provider. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| ms.date | 04/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
Represents an authorization system identity sourced from an unknown identity provider.
Inherits from authorizationSystemIdentitySource.
| Property | Type | Description |
|---|---|---|
| identityProviderType | String | Identity provider source type. Inherited from authorizationSystemIdentitySource. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unknownSource",
"identityProviderType": "String"
}