Skip to content

Commit

Permalink
Update DeletedUserRentention based on MC836942
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed Aug 7, 2024
1 parent 0181951 commit 28d3600
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1985,14 +1985,22 @@
"name": "standards.DeletedUserRentention",
"cat": "SharePoint Standards",
"tag": ["lowimpact"],
"helpText": "Sets the retention period for deleted users OneDrive to the specified number of years. The default is 1 year.",
"docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected time in years and data can be retrieved from it.",
"helpText": "Sets the retention period for deleted users OneDrive to the specified period of time. The default is 30 days.",
"docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected amount of time that data can be retrieved from it.",
"addedComponent": [
{
"type": "Select",
"name": "standards.DeletedUserRentention.Days",
"label": "Retention in years (Default 1)",
"label": "Retention time (Default 30 days)",
"values": [
{
"label": "30 days",
"value": "30"
},
{
"label": "90 days",
"value": "90"
},
{
"label": "1 year",
"value": "365"
Expand Down

0 comments on commit 28d3600

Please sign in to comment.