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 nul
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.recycleBinSettings",
"title": "recycleBinSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"retentionPeriodOverrideDays": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "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.",
"format": "int32",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}