{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration", "title": "microsoft.graph.voiceAuthenticationMethodConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodConfiguration" }, { "title": "voiceAuthenticationMethodConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "isOfficePhoneAllowed": { "type": "boolean", "description": "true if users can register office phones, otherwise, false.", "nullable": true }, "includeTargets": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodTarget" }, "description": "A collection of groups that are enabled to use the authentication method. Expanded by default.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.voiceAuthenticationMethodConfiguration" } } } ], "x-ms-discriminator-value": "#microsoft.graph.voiceAuthenticationMethodConfiguration" }