Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.25 KB

File metadata and controls

41 lines (32 loc) · 1.25 KB
title authenticationFlow resource type
description Authentication flow used during the sign-in as defined in the Conditional Access What If evaluation.
author kvenkit
ms.date 04/16/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType

authenticationFlow resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Authentication flow used during the sign-in, as defined in Conditional Access What If evaluation. Contains properties for deviceCodeFlow and authenticationTransfer for admins to leverage when creating policies.

Properties

Property Type Description
transferMethod conditionalAccessTransferMethods Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. Default value is none.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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