You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Represents the authentication flows in scope for the policy."
4
+
author: "nickludwig"
5
+
ms.localizationpriority: medium
6
+
ms.subservice: "identity-and-sign-in"
7
+
doc_type: resourcePageType
8
+
---
9
+
10
+
# conditionalAccessAuthenticationFlows resource type
11
+
12
+
Namespace: microsoft.graph
13
+
14
+
Represents the authentication flows in scope for the policy.
15
+
16
+
## Properties
17
+
18
+
|Property|Type|Description|
19
+
|:---|:---|:---|
20
+
|transferMethods|conditionalAccessTransferMethods|Represents the transfer methods in scope for the policy. The possible values are: `none`, `deviceCodeFlow`, `authenticationTransfer`, `unknownFutureValue`.|
21
+
22
+
## Relationships
23
+
24
+
None.
25
+
26
+
## JSON representation
27
+
28
+
The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/conditionalaccessconditionset.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ Represents the type of conditions that govern when the policy applies.
19
19
| Property | Type | Description |
20
20
|:-------------|:------------|:------------|
21
21
|applications|[conditionalAccessApplications](conditionalaccessapplications.md)| Applications and user actions included in and excluded from the policy. Required. |
22
+
|authenticationFlows|[conditionalAccessAuthenticationFlows](conditionalaccessauthenticationflows.md)| Authentication flows included in the policy scope. |
22
23
|clientApplications|[conditionalAccessClientApplications](../resources/conditionalaccessclientapplications.md)|Client applications (service principals and workload identities) included in and excluded from the policy. Either **users** or **clientApplications** is required. |
23
-
|clientAppTypes|conditionalAccessClientApp collection| Client application types included in the policy. Possible values are: `all`, `browser`, `mobileAppsAndDesktopClients`, `exchangeActiveSync`, `easSupported`, `other`. Required. <br/><br/> The `easUnsupported` enumeration member will be deprecated in favor of `exchangeActiveSync` which includes EAS supported and unsupported platforms.|
24
+
|clientAppTypes|conditionalAccessClientApp collection| Client application types included in the policy. Possible values are: `all`, `browser`, `mobileAppsAndDesktopClients`, `exchangeActiveSync`, `easSupported`, `other`. Required. <br/><br/> The `easUnsupported` enumeration member will be deprecated in favor of `exchangeActiveSync`, which includes EAS supported and unsupported platforms.|
24
25
|devices|[conditionalAccessDevices](conditionalaccessdevices.md)| Devices in the policy. |
25
26
|locations|[conditionalAccessLocations](conditionalaccesslocations.md)| Locations included in and excluded from the policy. |
26
27
|platforms|[conditionalAccessPlatforms](conditionalaccessplatforms.md)| Platforms included in and excluded from the policy. |
@@ -45,7 +46,8 @@ The following JSON representation shows the resource type.
"Description": "Added the [conditionalAccessAuthenticationFlows](https://learn.microsoft.com/en-us/graph/api/resources/conditionalAccessAuthenticationFlows?view=graph-rest-1.0) resource.",
1233
+
"Target": "conditionalAccessAuthenticationFlows"
1234
+
},
1235
+
{
1236
+
"Id": "c1ddba56-7ffe-4bf3-bd1f-f0cfdefaddaf",
1237
+
"ApiChange": "Property",
1238
+
"ChangedApiName": "authenticationFlows",
1239
+
"ChangeType": "Addition",
1240
+
"Description": "Added the **authenticationFlows** property to the [conditionalAccessConditionSet](https://learn.microsoft.com/en-us/graph/api/resources/conditionalAccessConditionSet?view=graph-rest-1.0) resource.",
0 commit comments