Type de ressource runSummary
Espace de noms : microsoft.graph.identityGovernance
Résumé des exécutions pour une période spécifiée. Ce résumé permet à l’administrateur d’obtenir une vue d’ensemble rapide en fonction des nombres.
Propriétés
Propriété | Type | Description |
---|---|---|
failedRuns | Int32 | Nombre d’exécutions de workflow ayant échoué. |
failedTasks | Int32 | Nombre de tâches ayant échoué d’un workflow. |
successfulRuns | Int32 | Nombre d’exécutions de workflow réussies. |
totalRuns | Int32 | Nombre total d’exécutions pour un workflow. |
totalTasks | Int32 | Nombre total de tâches traitées par un workflow. |
totalUsers | Int32 | Nombre total d’utilisateurs traités par un workflow. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.identityGovernance.runSummary",
"failedRuns": "Integer",
"failedTasks": "Integer",
"successfulRuns": "Integer",
"totalRuns": "Integer",
"totalTasks": "Integer",
"totalUsers": "Integer"
}