Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents an extensible time-based trigger that evaluates a user's date attribute by using a configurable operator to initiate a lifecycle workflow.
Inherits from workflowExecutionTrigger.
Properties
| Property | Type | Description |
|---|---|---|
| attribute | String | The name of the date-type user attribute to evaluate, such as employeeHireDate or employeeLeaveDateTime. |
| operator | microsoft.graph.identityGovernance.workflowExecutionTriggerOperator | The operator that determines how to evaluate the date attribute. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTriggerV2",
"attribute": "String",
"operator": {"@odata.type": "microsoft.graph.identityGovernance.workflowExecutionTriggerOperator"}
}