{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget", "title": "microsoft.graph.smsAuthenticationMethodTarget", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodTarget" }, { "title": "smsAuthenticationMethodTarget", "required": [ "@odata.type" ], "type": "object", "properties": { "isUsableForSignIn": { "type": "boolean", "description": "Determines if users can use this authentication method to sign in to Microsoft Entra ID. true if users can use this method for primary authentication, otherwise false." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.smsAuthenticationMethodTarget" }