Redagować

Udostępnij przez


chatRestrictions resource type

Namespace: microsoft.graph

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",
}