Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1021 Bytes

File metadata and controls

41 lines (30 loc) · 1021 Bytes
title conditionalAccessAuthenticationFlows resource type
description Represents the authentication flows in scope for the policy.
author nickludwig
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/06/2024

conditionalAccessAuthenticationFlows resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the authentication flows in scope for the policy.

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "transferMethods": "String",
}