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 a workflowTriggerTimeBasedOperator that matches users whose date attribute is exactly offsetInDays days from the current date.
Inherits from workflowTriggerTimeBasedOperator.
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. When offsetInDays is 0, this value must be on; otherwise, use before or after. Inherited from workflowTriggerTimeBasedOperator. |
| offsetInDays | Int32 | The exact number of days between the current date and the date in the user attribute. The value must be a nonnegative integer. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.operatorEqualTo",
"eventTiming": "String",
"offsetInDays": "Integer"
}