customAuthenticationExtension 资源类型

命名空间:microsoft.graph

自定义身份验证扩展在用户身份验证会话期间定义与外部系统的交互。 这是派生以下类型的抽象类型。

继承自 customCalloutExtension

了解如何在 配置自定义声明提供程序令牌颁发事件时使用此 API。

方法

方法 返回类型 Description
List customAuthenticationExtension 集合 检索派生自 customAuthenticationExtension 的对象类型的列表。
创建 customAuthenticationExtension Create派生自 customAuthenticationExtension 的新对象类型。
Get customAuthenticationExtension 读取派生自 customAuthenticationExtension 的对象类型的属性和关系。
更新 更新派生自 customAuthenticationExtension 的对象类型的属性。
删除 删除派生自 customAuthenticationExtension 的对象类型。
验证身份验证配置 authenticationConfigurationValidation 检查 customAuthenticationExtension 对象的终结点和身份验证配置的有效性。

属性

属性 类型 说明
authenticationConfiguration customExtensionAuthenticationConfiguration customAuthenticationExtension 的身份验证配置。 继承自 customCalloutExtension
clientConfiguration customExtensionClientConfiguration customAuthenticationExtension 的连接设置。 继承自 customCalloutExtension
说明 String customAuthenticationExtension 的说明。 继承自 customCalloutExtension
displayName String customAuthenticationExtension 的显示名称。 继承自 customCalloutExtension
endpointConfiguration customExtensionEndpointConfiguration 此自定义扩展调用的 HTTP 终结点。 继承自 customCalloutExtension
id String customAuthenticationExtension 的标识符。 继承自 entity

关系

无。

JSON 表示形式

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

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