insights resource type
Namespace: microsoft.graph.identityGovernance
Represents insights into the health and processing of lifecycle workflows across different workflows. The insights include the number of total, successful, and failed workflow executions, tasks processed, and users processed across all workflows for the tenant for a given period.
Inherits from microsoft.graph.entity.
Methods
Method | Return type | Description |
---|---|---|
Get top workflows summary | microsoft.graph.identityGovernance.topWorkflowsInsightsSummary collection | Summarizes the top runs for workflows for a given data range. |
Get top tasks summary | microsoft.graph.identityGovernance.topTasksInsightsSummary collection | Summarizes the top runs for tasks for a given data range. |
Get workflows processed summary | microsoft.graph.identityGovernance.workflowsInsightsSummary | Summarizes the workflows, users, and tasks processed for a given date range. |
Get workflows processed by category | microsoft.graph.identityGovernance.workflowsInsightsByCategory | Summarizes workflow processing for each workflow category for a given date range. |
Properties
None.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.insights",
"id": "String (identifier)"
}