recycleBinSettings resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 inclusively. 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"
}