| title | recycleBinSettings resource type |
|---|---|
| description | Settings for the recycle bin resource type. |
| author | harmoneddie |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 12/10/2024 |
Namespace: microsoft.graph
Represents settings for the recycleBin resource type.
| Property | Type | Description |
|---|---|---|
| retentionPeriodOverrideDays | Int32 | Recycle bin retention period override in days for deleted content. The default value is 93; the value range is 7 to 180. The setting applies to newly deleted content only. Setting this property to null reverts to its default value. Read-write. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.recycleBinSettings",
"retentionPeriodOverrideDays": "int32"
}