Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.54 KB

File metadata and controls

54 lines (42 loc) · 1.54 KB
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

dataCollectionInfo resource type

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.

Methods

None.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.dataCollectionInfo",
  "entitlements": {
    "@odata.type": "microsoft.graph.entitlementsDataCollectionInfo"
  }
}