Microsoft Graph · Schema

authenticationFlow

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
transferMethod object Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. Default value is none.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthenticationflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authenticationFlow",
  "title": "authenticationFlow",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "transferMethod": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.conditionalAccessTransferMethods"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. Default value is none."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}