Szerkesztés

Megosztás a következőn keresztül:


taskReportSummary resource type

Namespace: microsoft.graph.identityGovernance

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.

A summary of task processing results for a specified time period. This summary allows the administrator to get a quick overview based on counts (successful, failed, unprocessed, and total tasks).

Properties

Property Type Description
failedTasks Int32 The number of failed tasks in a report.
successfulTasks Int32 The total number of successful tasks in a report.
totalTasks Int32 The total number of tasks in a report.
unprocessedTasks Int32 The number of unprocessed tasks in a report.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.identityGovernance.taskReportSummary",
  "successfulTasks": "Integer",
  "failedTasks": "Integer",
  "unprocessedTasks": "Integer",
  "totalTasks": "Integer"
}