Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Trigger based on a time-based attribute for initiating the execution of a lifecycle workflow. The combination of scope and trigger conditions determines when a workflow is executed and on which identities.
Inherits from workflowExecutionTrigger.
Property | Type | Description |
---|---|---|
offsetInDays | Int32 | How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -180 and 180 days. |
timeBasedAttribute | microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute | Determines which time-based identity property to reference. The possible values are: employeeHireDate , employeeLeaveDateTime , createdDateTime , unknownFutureValue . |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
"offsetInDays": "Integer",
"timeBasedAttribute": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now