| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationFlow",
"transferMethod": "String"
}