{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp", "title": "microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler" }, { "title": "onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp", "required": [ "@odata.type" ], "type": "object", "properties": { "isSignUpAllowed": { "type": "boolean", "description": "Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" } } } ], "x-ms-discriminator-value": "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" }