timeBasedAttributeTrigger resource type
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.
Properties
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 . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
"offsetInDays": "Integer",
"timeBasedAttribute": "String"
}