| title | softDeleteResponseAction resource type |
|---|---|
| description | Describes the soft delete response action, which moves the email message to a Deleted folder in the cloud but doesn't delete the email message permanently. |
| author | mmekler |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Describes the soft delete response action, which moves the email message to a Deleted folder in the cloud but doesn't delete the email message permanently. Only administrators can perform this response action.
Inherits from microsoft.graph.security.responseAction.
| Property | Type | Description |
|---|---|---|
| identifier | microsoft.graph.security.emailEntityIdentifier | Unique identifier for the response action. Default is networkMessageId,recipientEmailAddress. The possible values are: networkMessageId, recipientEmailAddress, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.softDeleteResponseAction",
"identifier": "String"
}