Microsoft Graph · Schema

chatRestrictions

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
allowTextOnly boolean Indicates whether only text is allowed in the meeting chat. Optional.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphchatrestrictions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.chatRestrictions",
  "title": "chatRestrictions",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "allowTextOnly": {
      "type": "boolean",
      "description": "Indicates whether only text is allowed in the meeting chat. Optional.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}