Microsoft Graph · Schema

microsoft.graph.b2xIdentityUserFlow

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphb2xidentityuserflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.b2xIdentityUserFlow",
  "title": "microsoft.graph.b2xIdentityUserFlow",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identityUserFlow"
    },
    {
      "title": "b2xIdentityUserFlow",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "apiConnectorConfiguration": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.userFlowApiConnectorConfiguration"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration."
        },
        "identityProviders": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityProvider"
          },
          "description": "The identity providers included in the user flow.",
          "x-ms-navigationProperty": true
        },
        "languages": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.userFlowLanguageConfiguration"
          },
          "description": "The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows.",
          "x-ms-navigationProperty": true
        },
        "userAttributeAssignments": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment"
          },
          "description": "The user attribute assignments included in the user flow.",
          "x-ms-navigationProperty": true
        },
        "userFlowIdentityProviders": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityProviderBase"
          },
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.b2xIdentityUserFlow"
}