Skip to content

Commit 0ca4139

Browse files
updates
1 parent 8c758c9 commit 0ca4139

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/beta/api/security-ediscoverysearch-purgedata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph.security
1515

1616
Delete Exchange mailbox items or Microsoft Teams messages contained in an [eDiscovery search](../resources/security-ediscoverysearch.md).
1717

18-
>**Note:** This request purges a maximum of 100 items per location only.
18+
>**Note:** This request purges a maximum of 100 items per location only. Both `recoverable` and `permanentlyDelete` for **purgeType**, when **purgeAreas** is set to `teamsMessages` will result in permanent deletion of messages.
1919
2020
You can collect and purge the following categories of Teams content:
2121
- **Teams 1:1 chats** - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.
@@ -60,7 +60,7 @@ The following table shows the parameters that you can use with this action.
6060
|Parameter|Type|Description|
6161
|:---|:---|:---|
6262
|purgeAreas|microsoft.graph.security.purgeAreas| Options to define the locations to be in scope of the purge action. Possible values are: `mailboxes`, `teamsMessages`, `unknownFutureValue`. |
63-
|purgeType|microsoft.graph.security.purgeType| Options that control whether the action is soft delete or hard delete. Possible values are `recoverable`, `unknownFutureValue`, `permanentlyDelete`. The `permanentlyDelete` value isn't supported when **purgeAreas** is set to `teamsMessages`.|
63+
|purgeType|microsoft.graph.security.purgeType| Options that control whether the action is soft delete or hard delete. Possible values are `recoverable`, `unknownFutureValue`, `permanentlyDelete`. |
6464

6565
## Response
6666

api-reference/v1.0/api/security-ediscoverysearch-purgedata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Namespace: microsoft.graph.security
1212

1313
Delete Exchange mailbox items or Microsoft Teams messages contained in an [eDiscovery search](../resources/security-ediscoverysearch.md).
1414

15-
>**Note:** This request purges a maximum of 100 items per location only.
15+
>**Note:** This request purges a maximum of 100 items per location only. Both `recoverable` and `permanentlyDelete` for **purgeType**, when **purgeAreas** is set to `teamsMessages` will result in permanent deletion of messages.
1616
1717
You can collect and purge the following categories of Teams content:
1818
- **Teams 1:1 chats** - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.
@@ -57,7 +57,7 @@ The following table shows the parameters that you can use with this action.
5757
|Parameter|Type|Description|
5858
|:---|:---|:---|
5959
|purgeAreas|microsoft.graph.security.purgeAreas| Option to define the locations to be in scope of the purge action. Possible values are: `mailboxes`, `teamsMessages`, `unknownFutureValue`. |
60-
|purgeType|microsoft.graph.security.purgeType| Options that control whether the action is soft delete or hard delete. Possible values are: `recoverable`, `unknownFutureValue`, `permanentlyDelete`. The `permanentlyDelete` value isn't supported when **purgeAreas** is set to `teamsMessages`.|
60+
|purgeType|microsoft.graph.security.purgeType| Options that control whether the action is soft delete or hard delete. Possible values are: `recoverable`, `unknownFutureValue`, `permanentlyDelete`. |
6161

6262
## Response
6363

0 commit comments

Comments
 (0)