authenticationConditionApplication 资源类型

命名空间:microsoft.graph

一个 对象,表示将为 authenticationEventListener 触发的应用程序。 对象是租户中的服务主体实例。

方法

方法 返回类型 Description
List authenticationConditionApplication 集合 列出与外部标识自助注册用户流关联的侦听器。
添加 None 列出与外部标识自助注册用户流关联的侦听器。
Remove None 列出与外部标识自助注册用户流关联的侦听器。

属性

属性 类型 说明
appId String 与将触发 authenticationEventListener 的条件对应的应用程序的标识符。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.authenticationConditionApplication",
  "appId": "String"
}