Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2781 from kris6673/dev
Browse files Browse the repository at this point in the history
Add 30 and 90 day options to DeletedUserRentention standard
  • Loading branch information
KelvinTegelaar authored Aug 8, 2024
2 parents a9e81f8 + 28d3600 commit 968c5d7
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 968c5d7

Please sign in to comment.