timeBasedAttributeTrigger 资源类型

Namespace:microsoft.graph.identityGovernance

基于基于时间的属性触发,用于启动 生命周期工作流的执行。 范围条件和触发器条件的组合决定了何时执行工作流以及执行哪些标识。

继承自 workflowExecutionTrigger

属性

属性 类型 说明
offsetInDays Int32 指定工作流的基于时间的属性之前或之后应触发多少天。 例如,如果 属性为 employeeHireDate ,offsetInDays 为 -1,则工作流应在员工雇用日期前一天触发。 该值的范围为 -180 到 180 天。
timeBasedAttribute microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute 确定要引用的基于时间的标识属性。 可能的值包括 employeeHireDateemployeeLeaveDateTimecreatedDateTimeunknownFutureValue

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
  "offsetInDays": "Integer",
  "timeBasedAttribute": "String"
}