Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.79 KB

File metadata and controls

50 lines (39 loc) · 1.79 KB
title entitlementsDataCollection resource type
description Represents the details and status of data collection about permissions assigned to an identity in the authorization system.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

entitlementsDataCollection resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents the details and status of data collection about permissions assigned to an identity in the authorization system. The API returns this object when it collects data from the authorization system.

Inherits from entitlementsDataCollectionInfo.

Properties

Property Type Description
lastCollectionDateTime DateTimeOffset Last transformation time of entitlements.
permissionsModificationCapability permissionsModificationCapability Defines whether permissions can be modified in the authorization system. The possible values are: enabled, notConfigured, noRecentDataCollected, unknownFutureValue.
status dataCollectionStatus The entitlements status. The possible values are: online, offline, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.entitlementsDataCollection",
  "status": "String",
  "lastCollectionDateTime": "String (timestamp)",
  "permissionsModificationCapability": "String"
}