Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.03 KB

File metadata and controls

42 lines (32 loc) · 1.03 KB
title chatRestrictions resource type
description Specifies the configuration settings for meeting chat restrictions.
author yuyaolian-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

chatRestrictions resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Specifies the configuration settings for meeting chat restrictions.

Properties

Property Type Description
allowTextOnly Boolean Indicates whether only text is allowed in the meeting chat. Optional.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.chatRestrictions",
  "allowTextOnly": "Boolean",
}