customAccessPackageWorkflowExtension 资源类型 (已弃用)

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

警告

customAccessPackageWorkflowExtension 资源类型及其关联方法已弃用,将于 2023 年 12 月 31 日停用。 使用 accessPackageAssignmentRequestWorkflowExtensionaccessPackageAssignmentWorkflowExtension 资源类型及其关联方法。

定义逻辑应用的属性,可以在访问包请求和分配周期的各个阶段调用该属性。 可以将逻辑应用与权利管理集成,以将治理工作流扩展到核心权利管理用例之外。 可以使用此工作流将以下用例与逻辑应用集成:

继承并派生自 customCalloutExtension

方法

方法 返回类型 说明
列出 customAccessPackageWorkflowExtensions customAccessPackageWorkflowExtension 集合 获取 customAccessPackageWorkflowExtension 对象及其属性的列表。
创建自定义AccessPackageWorkflowExtensions customAccessPackageWorkflowExtension 创建新的 customAccessPackageWorkflowExtension 对象。
获取 customAccessPackageWorkflowExtension customAccessPackageWorkflowExtension 读取 customAccessPackageWorkflowExtension 对象的属性和关系。
更新 customAccessPackageWorkflowExtension customAccessPackageWorkflowExtension 更新 customAccessPackageWorkflowExtension 对象的属性。
删除 customAccessPackageWorkflowExtension 删除 customAccessPackageWorkflowExtension 对象。

属性

属性 类型 说明
authenticationConfiguration customExtensionAuthenticationConfiguration 用于保护对逻辑应用的 API 调用的配置。 例如,使用 OAuth 客户端凭据流。 继承自 customCalloutExtension
clientConfiguration customExtensionClientConfiguration HTTP 连接设置,用于定义Microsoft Entra ID可以等待连接到逻辑应用的时间、可以重试超时连接的次数以及允许重试时的异常情况。 继承自 customCalloutExtension
createdDateTime DateTimeOffset 表示使用 ISO 8601 格式的日期和时间信息,并且始终采用 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
说明 String customAccessPackageWorkflowExtension 对象的说明。 继承自 customCalloutExtension。 只读。
displayName String customAccessPackageWorkflowExtension 对象的显示名称。 继承自 customCalloutExtension。 只读。 支持 $filtercontains)。
endpointConfiguration customExtensionEndpointConfiguration 用于配置终结点以调用逻辑应用的工作流的类型和详细信息。 继承自 customCalloutExtension
id String customAccessPackageWorkflowExtension 对象的标识符。 继承自 entity
lastModifiedDateTime DateTimeOffset 表示使用 ISO 8601 格式的日期和时间信息,并且始终采用 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.customAccessPackageWorkflowExtension",
  "id": "String (identifier)",
  "displayName": "String",
  "clientConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
  },
  "authenticationConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
  },
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "endpointConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
  }
}