Skip to content

Commit c7a2d2a

Browse files
committed
Merge branch 'user/tmarwendo/updateDriveItemCopyDocs' of https://github.com/microsoftgraph/microsoft-graph-docs into user/tmarwendo/updateDriveItemCopyDocs
2 parents 63d8fab + fe87156 commit c7a2d2a

18 files changed

+171
-43
lines changed

api-reference/beta/resources/chatrestrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "chatRestrictions resource type"
3-
description: "Specifies the configuration for meeting chat restrictions."
3+
description: "Specifies the configuration settings for meeting chat restrictions."
44
author: "yuyaolian-msft"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Specifies the configuration for meeting chat restrictions.
17+
Specifies the configuration settings for meeting chat restrictions.
1818

1919
## Properties
2020

api-reference/beta/resources/onlinemeeting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
6161
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
6262
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md).|
6363
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
64-
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration for meeting chat restrictions. |
64+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
6565
| creationDateTime | DateTime | The meeting creation time in UTC. Read-only. |
6666
| endDateTime | DateTime | The meeting end time in UTC. Required when you create an online meeting. |
6767
| externalId | String | The external ID. A custom ID. Optional. |
@@ -176,6 +176,7 @@ The following JSON representation shows the resource type.
176176
"anonymizeIdentityForRoles": ["String"],
177177
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
178178
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
179+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
179180
"creationDateTime": "String (timestamp)",
180181
"endDateTime": "String (timestamp)",
181182
"id": "String (identifier)",

api-reference/beta/resources/onlinemeetingbase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Inherits from [entity](../resources/entity.md).
4141
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added.|
4242
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. |
4343
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. |
44+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. |
4445
| id | String | The default ID associated with the online meeting. Read-only. |
4546
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. |
4647
| joinInformation | [itemBody](itembody.md) | The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. |
@@ -132,6 +133,7 @@ The following JSON representation shows the resource type.
132133
"anonymizeIdentityForRoles": ["String"],
133134
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
134135
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
136+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
135137
"id": "String (identifier)",
136138
"isEntryExitAnnounced": "Boolean",
137139
"joinInformation": {"@odata.type": "microsoft.graph.itemBody"},

api-reference/beta/resources/user.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ This resource supports:
168168
|[Upgrade app installed for user](../api/userteamwork-teamsappinstallation-upgrade.md) | None | Upgrades to the latest version of the app installed in the personal scope of a user.|
169169
|[Get chat between user and app](../api/userscopeteamsappinstallation-get-chat.md)| [Chat](chat.md)| Lists one-on-one chat between the user and the app. |
170170
|[List permission grants](../api/user-list-permissiongrants.md)| [resourceSpecificPermissionGrant](resourcespecificpermissiongrant.md) collection| List all [resource-specific permission grants](../resources/resourcespecificpermissiongrant.md) of a [user](../resources/user.md). |
171+
| **Terms of use agreements** |||
172+
| [Agreement acceptances for a user](../api/user-list-agreementacceptances.md) | [agreementAcceptance](agreementacceptance.md) | Retrieve a user's agreementAcceptance objects. |
171173
| **To-do tasks** |||
172174
|[List tasks](../api/todotasklist-list-tasks.md)|[todoTask](todotask.md) collection|Get all the [todoTask](todotask.md) resources in the specified list.|
173175
|[Create task](../api/todotasklist-post-tasks.md)|[todoTask](todotask.md)| Create a [todoTask](todotask.md) in the specified task list.|

api-reference/beta/resources/virtualeventsession.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
4545
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the virtual event session. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md).|
4646
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4747
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with the virtual event session. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
48+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4849
| endDateTime | [DateTimeTimeZone](../resources/datetimetimezone.md) | The virtual event session end time. |
4950
| id | String | The unique identifier of the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5051
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -130,6 +131,7 @@ The following JSON representation shows the resource type.
130131
"anonymizeIdentityForRoles": ["String"],
131132
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
132133
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
134+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
133135
"endDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
134136
"id": "String (identifier)",
135137
"isEntryExitAnnounced": "Boolean",

api-reference/beta/toc/users/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ items:
282282
href: ../../api/userscopeteamsappinstallation-get-chat.md
283283
- name: List permission grants
284284
href: ../../api/user-list-permissiongrants.md
285+
- name: Terms of use agreements
286+
items:
287+
- name: Agreement acceptances for a user
288+
href: ../../api/user-list-agreementacceptances.md
285289
- name: To-do tasks
286290
items:
287291
- name: List tasks
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "chatRestrictions resource type"
3+
description: "Specifies the configuration settings for meeting chat restrictions."
4+
author: "yuyaolian-msft"
5+
ms.localizationpriority: medium
6+
ms.subservice: "cloud-communications"
7+
doc_type: resourcePageType
8+
ms.date: 03/06/2024
9+
---
10+
11+
# chatRestrictions resource type
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
Specifies the configuration settings for meeting chat restrictions.
18+
19+
## Properties
20+
21+
| Property | Type | Description |
22+
|:--------------------|:----------|:----------------------------------------------|
23+
| allowTextOnly | Boolean | Indicates whether only text is allowed in the meeting chat. Optional. |
24+
25+
## Relationships
26+
None.
27+
28+
## JSON representation
29+
30+
The following JSON representation shows the resource type.
31+
<!-- {
32+
"blockType": "resource",
33+
"@odata.type": "microsoft.graph.chatrestrictions"
34+
}
35+
-->
36+
37+
``` json
38+
{
39+
"@odata.type": "#microsoft.graph.chatrestrictions",
40+
"allowTextOnly": "Boolean",
41+
}
42+
```

api-reference/v1.0/resources/onlinemeeting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Contains information about a meeting, including the URL used to join a meeting,
4949
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5050
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
5151
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
52+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5253
| creationDateTime | DateTime | The meeting creation time in UTC. Read-only. |
5354
| endDateTime | DateTime | The meeting end time in UTC. Required when you create an online meeting.
5455
| joinWebUrl | String | The join URL of the online meeting. The format of the URL may change; therefore, users shouldn't rely on any information extracted from parsing the URL. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -129,6 +130,7 @@ The following JSON representation shows the resource type.
129130
"allowedPresenters": "String",
130131
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
131132
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
133+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
132134
"creationDateTime": "String (timestamp)",
133135
"endDateTime": "String (timestamp)",
134136
"id": "String (identifier)",

api-reference/v1.0/resources/onlinemeetingbase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Inherits from [entity](../resources/entity.md).
3434
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added.|
3535
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. |
3636
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. |
37+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. |
3738
| id | String | The default ID associated with the online meeting. Read-only. |
3839
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. |
3940
| joinInformation | [itemBody](itembody.md) | The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. |
@@ -103,6 +104,7 @@ The following JSON representation shows the resource type.
103104
"anonymizeIdentityForRoles": ["String"],
104105
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
105106
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
107+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
106108
"id": "String (identifier)",
107109
"isEntryExitAnnounced": "Boolean",
108110
"joinInformation": {"@odata.type": "microsoft.graph.itemBody"},

api-reference/v1.0/resources/user.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ This resource supports:
138138
| [Upgrade app installed for user](../api/userteamwork-teamsappinstallation-upgrade.md) | None | Upgrades to the latest version of the app installed in the personal scope of a user. |
139139
| [Get chat between user and app](../api/userscopeteamsappinstallation-get-chat.md) | [Chat](chat.md) | Lists one-on-one chat between the user and the app. |
140140
|[List permission grants](../api/user-list-permissiongrants.md)| [resourceSpecificPermissionGrant](resourcespecificpermissiongrant.md) collection| List all [resource-specific permission grants](../resources/resourcespecificpermissiongrant.md) of a [user](../resources/user.md). |
141+
| **Terms of use agreements** |||
142+
| [Agreement acceptances for a user](../api/user-list-agreementacceptances.md) | [agreementAcceptance](agreementacceptance.md) | Retrieve a user's agreementAcceptance objects. |
141143
| **To-do tasks** | | |
142144
| [List tasks](../api/todotasklist-list-tasks.md) | [todoTask](todotask.md) collection | Get all the [todoTask](todotask.md) resources in the specified list. |
143145
| [Create task](../api/todotasklist-post-tasks.md) | [todoTask](todotask.md) | Create a [todoTask](todotask.md) in the specified task list. |

0 commit comments

Comments
 (0)