{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration", "title": "microsoft.graph.smsAuthenticationMethodConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodConfiguration" }, { "title": "smsAuthenticationMethodConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "includeTargets": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget" }, "description": "A collection of groups that are enabled to use the authentication method.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.smsAuthenticationMethodConfiguration" } } } ], "x-ms-discriminator-value": "#microsoft.graph.smsAuthenticationMethodConfiguration" }