Skip to content

Commit 1b4a459

Browse files
Merge pull request #2463 from kris6673/dev
Update Activity Based Timeout standard to have options
2 parents 1fa566f + b217bcf commit 1b4a459

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

src/data/standards.json

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
"label": "Show header"
103103
},
104104
{
105-
"type":"boolean",
106-
"name":"standards.Branding.isFooterShown",
107-
"label":"Show footer"
105+
"type": "boolean",
106+
"name": "standards.Branding.isFooterShown",
107+
"label": "Show footer"
108108
}
109109
],
110110
"label": "Set branding for the tenant",
@@ -156,8 +156,36 @@
156156
"cat": "Global Standards",
157157
"tag": ["mediumimpact", "CIS", "spo_idle_session_timeout"],
158158
"helpText": "Enables and sets Idle session timeout for Microsoft 365 to 1 hour. This policy affects most M365 web apps",
159-
"addedComponent": [],
160-
"label": "Enable 1 hour Activity based Timeout",
159+
"addedComponent": [
160+
{
161+
"type": "Select",
162+
"label": "Select value",
163+
"name": "standards.ActivityBasedTimeout.timeout",
164+
"values": [
165+
{
166+
"label": "1 Hour",
167+
"value": "01:00:00"
168+
},
169+
{
170+
"label": "3 Hours",
171+
"value": "03:00:00"
172+
},
173+
{
174+
"label": "6 Hours",
175+
"value": "06:00:00"
176+
},
177+
{
178+
"label": "12 Hours",
179+
"value": "12:00:00"
180+
},
181+
{
182+
"label": "24 Hours",
183+
"value": "1.00:00:00"
184+
}
185+
]
186+
}
187+
],
188+
"label": "Enable Activity based Timeout",
161189
"impact": "Medium Impact",
162190
"impactColour": "warning"
163191
},

0 commit comments

Comments
 (0)