{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userDefaultAuthenticationMethod", "title": "userDefaultAuthenticationMethod", "enum": [ "push", "oath", "voiceMobile", "voiceAlternateMobile", "voiceOffice", "sms", "none", "unknownFutureValue" ], "type": "string" }