Microsoft Graph · Schema

selfServiceSignUpAuthenticationFlowConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isEnabled boolean Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphselfservicesignupauthenticationflowconfigurati-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration",
  "title": "selfServiceSignUpAuthenticationFlowConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isEnabled": {
      "type": "boolean",
      "description": "Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}