命名空间:microsoft.graph.identityGovernance
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
一种抽象类型,用于公开用于配置自定义生命周期工作流的属性。 此资源由以下资源类型继承:
方法
无。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| “类别” | microsoft.graph.identityGovernance.lifecycleWorkflowCategory | 工作流的类别。 可能的值包括 joiner、leaver、mover、unknownFutureValue。 |
| createdDateTime | DateTimeOffset | 创建工作流时。 |
| description | String | 描述工作流用途的字符串。 |
| displayName | String | 用于标识工作流的字符串。 |
| executionConditions | microsoft.graph.identityGovernance.workflowExecutionConditions | 定义工作流的运行时间和运行人员。 |
| isEnabled | Boolean | 确定是启用还是禁用工作流。 如果此设置为 true,则当 IsSchedulingEnabled 为 true时,可以按需或按计划运行工作流。 |
| isSchedulingEnabled | 布尔值 | 如果 true为 ,则生命周期工作流引擎根据租户设置定义的计划执行工作流。 不能 true 用于) isEnabledfalse 的已禁用工作流 (。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改工作流时。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| administrationScopeTargets | microsoft.graph.directoryObject 集合 | 工作流范围内的 管理单元 。 可选。 支持 $expand。 |
| createdBy | user | 创建工作流的用户。 |
| lastModifiedBy | user | 上次修改工作流的用户。 |
| tasks | microsoft.graph.identityGovernance.task 集合 | 工作流中的任务。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.identityGovernance.workflowBase",
"category": "String",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"executionConditions": {
"@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
},
"isEnabled": "Boolean",
"isSchedulingEnabled": "Boolean",
"lastModifiedDateTime": "String (timestamp)"
}