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 abstract workflowExecutionTriggerOperator that evaluates a user's date attribute relative to the current date. This type can't be instantiated directly.
Configure this type in the operator property of timeBasedAttributeTriggerV2.
The following types are derived from this type:
The type of an operator is differentiated by its @odata.type property.
Properties
| Property | Type | Description |
|---|---|---|
| eventTiming | microsoft.graph.identityGovernance.workflowTriggerOperatorEventTiming | Specifies whether the operator evaluates dates before, after, or on the date in the user attribute. The possible values are: before, after, on, unknownFutureValue. Each derived type defines the values it supports. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.workflowTriggerTimeBasedOperator",
"eventTiming": "String"
}