Microsoft Graph · Schema

microsoft.graph.voiceAuthenticationMethodConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvoiceauthenticationmethodconfiguration-schema.json Raw ↑
{
  "$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"
}