Skip to content

Latest commit

 

History

History
executable file
·
37 lines (31 loc) · 1.01 KB

File metadata and controls

executable file
·
37 lines (31 loc) · 1.01 KB
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

recycleBinSettings resource type

Namespace: microsoft.graph

Represents settings for the recycleBin resource type.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.recycleBinSettings",
  "retentionPeriodOverrideDays": "int32"
}