| title | dataCollectionInfo resource type |
|---|---|
| description | Represents the details and status of the data collection process for the authorization system onboarded to Microsoft Entra Permissions Management. |
| 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 the details and status of the data collection process for the authorization system onboarded to Microsoft Entra Permissions Management.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| entitlements | entitlementsDataCollectionInfo | Represents the details and status of data collection about permissions assigned to an identity in the authorization system. Read-only. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.dataCollectionInfo",
"entitlements": {
"@odata.type": "microsoft.graph.entitlementsDataCollectionInfo"
}
}