authenticationFlow 资源类型

命名空间:microsoft.graph

登录期间使用的身份验证流,如 条件访问 What If 评估中定义。 包含 deviceCodeFlow 和 authenticationTransfer 的属性,供管理员在创建策略时使用。

属性

属性 类型 说明
transferMethod conditionalAccessTransferMethods 表示策略范围内的传输方法。 可能的值包括 nonedeviceCodeFlowauthenticationTransferunknownFutureValue。 默认值为 none

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.authenticationFlow",
  "transferMethod": "String"
}