entitlementsDataCollection resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}