{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityGovernance.userInactivityTrigger", "title": "microsoft.graph.identityGovernance.userInactivityTrigger", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger" }, { "title": "userInactivityTrigger", "required": [ "@odata.type" ], "type": "object", "properties": { "inactivityPeriodInDays": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "The number of days a user must be inactive before triggering workflow execution.", "format": "int32" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.identityGovernance.userInactivityTrigger" } } } ], "x-ms-discriminator-value": "#microsoft.graph.identityGovernance.userInactivityTrigger" }