Microsoft Graph · Schema
workflowsInsightsByCategory
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| failedJoinerRuns | number | Failed 'Joiner' workflows processed in a tenant. |
| failedLeaverRuns | number | Failed 'Leaver' workflows processed in a tenant. |
| failedMoverRuns | number | Failed 'Mover' workflows processed in a tenant. |
| successfulJoinerRuns | number | Successful 'Joiner' workflows processed in a tenant. |
| successfulLeaverRuns | number | Successful 'Leaver' workflows processed in a tenant. |
| successfulMoverRuns | number | Successful 'Mover' workflows processed in a tenant. |
| totalJoinerRuns | number | Total 'Joiner' workflows processed in a tenant. |
| totalLeaverRuns | number | Total 'Leaver' workflows processed in a tenant. |
| totalMoverRuns | number | Total 'Mover' workflows processed in a tenant. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory",
"title": "workflowsInsightsByCategory",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"failedJoinerRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Failed 'Joiner' workflows processed in a tenant.",
"format": "int32"
},
"failedLeaverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Failed 'Leaver' workflows processed in a tenant.",
"format": "int32"
},
"failedMoverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Failed 'Mover' workflows processed in a tenant.",
"format": "int32"
},
"successfulJoinerRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Successful 'Joiner' workflows processed in a tenant.",
"format": "int32"
},
"successfulLeaverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Successful 'Leaver' workflows processed in a tenant.",
"format": "int32"
},
"successfulMoverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Successful 'Mover' workflows processed in a tenant.",
"format": "int32"
},
"totalJoinerRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Total 'Joiner' workflows processed in a tenant.",
"format": "int32"
},
"totalLeaverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Total 'Leaver' workflows processed in a tenant.",
"format": "int32"
},
"totalMoverRuns": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Total 'Mover' workflows processed in a tenant.",
"format": "int32"
},
"@odata.type": {
"type": "string"
}
}
}