timeBasedAttributeTrigger resource type
Namespace: microsoft.graph.identityGovernance
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"
}