File tree Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Original file line number Diff line number Diff line change 102
102
"label" : " Show header"
103
103
},
104
104
{
105
- "type" :" boolean" ,
106
- "name" :" standards.Branding.isFooterShown" ,
107
- "label" :" Show footer"
105
+ "type" : " boolean" ,
106
+ "name" : " standards.Branding.isFooterShown" ,
107
+ "label" : " Show footer"
108
108
}
109
109
],
110
110
"label" : " Set branding for the tenant" ,
156
156
"cat" : " Global Standards" ,
157
157
"tag" : [" mediumimpact" , " CIS" , " spo_idle_session_timeout" ],
158
158
"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" ,
161
189
"impact" : " Medium Impact" ,
162
190
"impactColour" : " warning"
163
191
},
You can’t perform that action at this time.
0 commit comments