|
604 | 604 | "type": "number",
|
605 | 605 | "name": "standards.NudgeMFA.snoozeDurationInDays",
|
606 | 606 | "label": "Number of days to allow users to skip registering Authenticator (0-14, default is 1)",
|
607 |
| - "default": 1 |
| 607 | + "defaultValue": 1 |
608 | 608 | }
|
609 | 609 | ],
|
610 | 610 | "label": "Sets the state for the request to setup Authenticator",
|
|
1136 | 1136 | "name": "standards.EnableMailTips.MailTipsLargeAudienceThreshold",
|
1137 | 1137 | "label": "Number of recipients to trigger the large audience MailTip (Default is 25)",
|
1138 | 1138 | "placeholder": "Enter a profile name",
|
1139 |
| - "default": 25 |
| 1139 | + "defaultValue": 25 |
1140 | 1140 | }
|
1141 | 1141 | ],
|
1142 | 1142 | "label": "Enable all MailTips",
|
|
1240 | 1240 | "type": "number",
|
1241 | 1241 | "name": "standards.SendReceiveLimitTenant.SendLimit",
|
1242 | 1242 | "label": "Send limit in MB (Default is 35)",
|
1243 |
| - "default": 35 |
| 1243 | + "defaultValue": 35 |
1244 | 1244 | },
|
1245 | 1245 | {
|
1246 | 1246 | "type": "number",
|
1247 | 1247 | "name": "standards.SendReceiveLimitTenant.ReceiveLimit",
|
1248 | 1248 | "label": "Receive Limit in MB (Default is 36)",
|
1249 |
| - "default": 36 |
| 1249 | + "defaultValue": 36 |
1250 | 1250 | }
|
1251 | 1251 | ],
|
1252 | 1252 | "label": "Set send/receive size limits",
|
|
1399 | 1399 | "type": "number",
|
1400 | 1400 | "name": "standards.ShortenMeetings.DefaultMinutesToReduceShortEventsBy",
|
1401 | 1401 | "label": "Minutes to reduce short calendar events by (Default is 5)",
|
1402 |
| - "default": 5 |
| 1402 | + "defaultValue": 5 |
1403 | 1403 | },
|
1404 | 1404 | {
|
1405 | 1405 | "type": "number",
|
1406 | 1406 | "name": "standards.ShortenMeetings.DefaultMinutesToReduceLongEventsBy",
|
1407 | 1407 | "label": "Minutes to reduce long calendar events by (Default is 10)",
|
1408 |
| - "default": 10 |
| 1408 | + "defaultValue": 10 |
1409 | 1409 | }
|
1410 | 1410 | ],
|
1411 | 1411 | "label": "Set shorten meetings state",
|
|
1666 | 1666 | "type": "number",
|
1667 | 1667 | "label": "Phishing email threshold. (Default 1)",
|
1668 | 1668 | "name": "standards.AntiPhishPolicy.PhishThresholdLevel",
|
1669 |
| - "default": 1 |
| 1669 | + "defaultValue": 1 |
1670 | 1670 | },
|
1671 | 1671 | {
|
1672 | 1672 | "type": "switch",
|
1673 | 1673 | "label": "Show first contact safety tip",
|
1674 | 1674 | "name": "standards.AntiPhishPolicy.EnableFirstContactSafetyTips",
|
1675 |
| - "default": true |
| 1675 | + "defaultValue": true |
1676 | 1676 | },
|
1677 | 1677 | {
|
1678 | 1678 | "type": "switch",
|
1679 | 1679 | "label": "Show user impersonation safety tip",
|
1680 | 1680 | "name": "standards.AntiPhishPolicy.EnableSimilarUsersSafetyTips",
|
1681 |
| - "default": true |
| 1681 | + "defaultValue": true |
1682 | 1682 | },
|
1683 | 1683 | {
|
1684 | 1684 | "type": "switch",
|
1685 | 1685 | "label": "Show domain impersonation safety tip",
|
1686 | 1686 | "name": "standards.AntiPhishPolicy.EnableSimilarDomainsSafetyTips",
|
1687 |
| - "default": true |
| 1687 | + "defaultValue": true |
1688 | 1688 | },
|
1689 | 1689 | {
|
1690 | 1690 | "type": "switch",
|
1691 | 1691 | "label": "Show user impersonation unusual characters safety tip",
|
1692 | 1692 | "name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips",
|
1693 |
| - "default": true |
| 1693 | + "defaultValue": true |
1694 | 1694 | },
|
1695 | 1695 | {
|
1696 | 1696 | "type": "select",
|
|
1936 | 1936 | "type": "switch",
|
1937 | 1937 | "label": "Allow people to click through Protected View even if Safe Documents identified the file as malicious",
|
1938 | 1938 | "name": "standards.AtpPolicyForO365.AllowSafeDocsOpen",
|
1939 |
| - "default": false, |
| 1939 | + "defaultValue": false, |
1940 | 1940 | "required": false
|
1941 | 1941 | }
|
1942 | 1942 | ],
|
|
2037 | 2037 | "type": "number",
|
2038 | 2038 | "label": "Bulk email threshold (Default 7)",
|
2039 | 2039 | "name": "standards.SpamFilterPolicy.BulkThreshold",
|
2040 |
| - "default": 7 |
| 2040 | + "defaultValue": 7 |
2041 | 2041 | },
|
2042 | 2042 | {
|
2043 | 2043 | "type": "autoComplete",
|
|
3089 | 3089 | "type": "switch",
|
3090 | 3090 | "name": "standards.TeamsMessagingPolicy.AllowOwnerDeleteMessage",
|
3091 | 3091 | "label": "Allow Owner to Delete Messages",
|
3092 |
| - "default": false |
| 3092 | + "defaultValue": false |
3093 | 3093 | },
|
3094 | 3094 | {
|
3095 | 3095 | "type": "switch",
|
3096 | 3096 | "name": "standards.TeamsMessagingPolicy.AllowUserDeleteMessage",
|
3097 | 3097 | "label": "Allow User to Delete Messages",
|
3098 |
| - "default": true |
| 3098 | + "defaultValue": true |
3099 | 3099 | },
|
3100 | 3100 | {
|
3101 | 3101 | "type": "switch",
|
3102 | 3102 | "name": "standards.TeamsMessagingPolicy.AllowUserEditMessage",
|
3103 | 3103 | "label": "Allow User to Edit Messages",
|
3104 |
| - "default": true |
| 3104 | + "defaultValue": true |
3105 | 3105 | },
|
3106 | 3106 | {
|
3107 | 3107 | "type": "switch",
|
3108 | 3108 | "name": "standards.TeamsMessagingPolicy.AllowUserDeleteChat",
|
3109 | 3109 | "label": "Allow User to Delete Chats",
|
3110 |
| - "default": true |
| 3110 | + "defaultValue": true |
3111 | 3111 | },
|
3112 | 3112 | {
|
3113 | 3113 | "type": "autoComplete",
|
|
3135 | 3135 | "type": "switch",
|
3136 | 3136 | "name": "standards.TeamsMessagingPolicy.CreateCustomEmojis",
|
3137 | 3137 | "label": "Allow Creating Custom Emojis",
|
3138 |
| - "default": true |
| 3138 | + "defaultValue": true |
3139 | 3139 | },
|
3140 | 3140 | {
|
3141 | 3141 | "type": "switch",
|
3142 | 3142 | "name": "standards.TeamsMessagingPolicy.DeleteCustomEmojis",
|
3143 | 3143 | "label": "Allow Deleting Custom Emojis",
|
3144 |
| - "default": false |
| 3144 | + "defaultValue": false |
3145 | 3145 | },
|
3146 | 3146 | {
|
3147 | 3147 | "type": "switch",
|
3148 | 3148 | "name": "standards.TeamsMessagingPolicy.AllowSecurityEndUserReporting",
|
3149 | 3149 | "label": "Allow reporting message as security concern",
|
3150 |
| - "default": true |
| 3150 | + "defaultValue": true |
3151 | 3151 | },
|
3152 | 3152 | {
|
3153 | 3153 | "type": "switch",
|
3154 | 3154 | "name": "standards.TeamsMessagingPolicy.AllowCommunicationComplianceEndUserReporting",
|
3155 | 3155 | "label": "Allow reporting message as inappropriate content",
|
3156 |
| - "default": true |
| 3156 | + "defaultValue": true |
3157 | 3157 | }
|
3158 | 3158 | ],
|
3159 | 3159 | "label": "Global Messaging Policy for Microsoft Teams",
|
|
3179 | 3179 | "type": "number",
|
3180 | 3180 | "name": "standards.AutopilotStatusPage.TimeOutInMinutes",
|
3181 | 3181 | "label": "Timeout in minutes",
|
3182 |
| - "default": 60 |
| 3182 | + "defaultValue": 60 |
3183 | 3183 | },
|
3184 | 3184 | {
|
3185 | 3185 | "type": "textField",
|
|
3190 | 3190 | "type": "switch",
|
3191 | 3191 | "name": "standards.AutopilotStatusPage.ShowProgress",
|
3192 | 3192 | "label": "Show progress to users",
|
3193 |
| - "default": true |
| 3193 | + "defaultValue": true |
3194 | 3194 | },
|
3195 | 3195 | {
|
3196 | 3196 | "type": "switch",
|
3197 | 3197 | "name": "standards.AutopilotStatusPage.EnableLog",
|
3198 | 3198 | "label": "Turn on log collection",
|
3199 |
| - "default": true |
| 3199 | + "defaultValue": true |
3200 | 3200 | },
|
3201 | 3201 | {
|
3202 | 3202 | "type": "switch",
|
3203 | 3203 | "name": "standards.AutopilotStatusPage.OBEEOnly",
|
3204 | 3204 | "label": "Show status page only with OOBE setup",
|
3205 |
| - "default": true |
| 3205 | + "defaultValue": true |
3206 | 3206 | },
|
3207 | 3207 | {
|
3208 | 3208 | "type": "switch",
|
3209 | 3209 | "name": "standards.AutopilotStatusPage.BlockDevice",
|
3210 | 3210 | "label": "Block device usage during setup",
|
3211 |
| - "default": true |
| 3211 | + "defaultValue": true |
3212 | 3212 | },
|
3213 | 3213 | {
|
3214 | 3214 | "type": "switch",
|
3215 | 3215 | "name": "standards.AutopilotStatusPage.AllowRetry",
|
3216 | 3216 | "label": "Allow retry",
|
3217 |
| - "default": true |
| 3217 | + "defaultValue": true |
3218 | 3218 | },
|
3219 | 3219 | {
|
3220 | 3220 | "type": "switch",
|
3221 | 3221 | "name": "standards.AutopilotStatusPage.AllowReset",
|
3222 | 3222 | "label": "Allow reset",
|
3223 |
| - "default": true |
| 3223 | + "defaultValue": true |
3224 | 3224 | },
|
3225 | 3225 | {
|
3226 | 3226 | "type": "switch",
|
3227 | 3227 | "name": "standards.AutopilotStatusPage.AllowFail",
|
3228 | 3228 | "label": "Allow users to use device if setup fails",
|
3229 |
| - "default": true |
| 3229 | + "defaultValue": true |
3230 | 3230 | }
|
3231 | 3231 | ],
|
3232 | 3232 | "label": "Enable Autopilot Status Page",
|
|
3278 | 3278 | "type": "switch",
|
3279 | 3279 | "name": "standards.AutopilotProfile.CollectHash",
|
3280 | 3280 | "label": "Convert all targeted devices to Autopilot",
|
3281 |
| - "default": true |
| 3281 | + "defaultValue": true |
3282 | 3282 | },
|
3283 | 3283 | {
|
3284 | 3284 | "type": "switch",
|
3285 | 3285 | "name": "standards.AutopilotProfile.AssignToAllDevices",
|
3286 | 3286 | "label": "Assign to all devices",
|
3287 |
| - "default": true |
| 3287 | + "defaultValue": true |
3288 | 3288 | },
|
3289 | 3289 | {
|
3290 | 3290 | "type": "switch",
|
3291 | 3291 | "name": "standards.AutopilotProfile.SelfDeployingMode",
|
3292 | 3292 | "label": "Enable Self-deploying Mode",
|
3293 |
| - "default": true |
| 3293 | + "defaultValue": true |
3294 | 3294 | },
|
3295 | 3295 | {
|
3296 | 3296 | "type": "switch",
|
3297 | 3297 | "name": "standards.AutopilotProfile.HideTerms",
|
3298 | 3298 | "label": "Hide Terms and Conditions",
|
3299 |
| - "default": true |
| 3299 | + "defaultValue": true |
3300 | 3300 | },
|
3301 | 3301 | {
|
3302 | 3302 | "type": "switch",
|
3303 | 3303 | "name": "standards.AutopilotProfile.HidePrivacy",
|
3304 | 3304 | "label": "Hide Privacy Settings",
|
3305 |
| - "default": true |
| 3305 | + "defaultValue": true |
3306 | 3306 | },
|
3307 | 3307 | {
|
3308 | 3308 | "type": "switch",
|
3309 | 3309 | "name": "standards.AutopilotProfile.HideChangeAccount",
|
3310 | 3310 | "label": "Hide Change Account Options",
|
3311 |
| - "default": true |
| 3311 | + "defaultValue": true |
3312 | 3312 | },
|
3313 | 3313 | {
|
3314 | 3314 | "type": "switch",
|
3315 | 3315 | "name": "standards.AutopilotProfile.NotLocalAdmin",
|
3316 | 3316 | "label": "Setup user as a standard user (not local admin)",
|
3317 |
| - "default": true |
| 3317 | + "defaultValue": true |
3318 | 3318 | },
|
3319 | 3319 | {
|
3320 | 3320 | "type": "switch",
|
3321 | 3321 | "name": "standards.AutopilotProfile.AllowWhiteGlove",
|
3322 | 3322 | "label": "Allow White Glove OOBE",
|
3323 |
| - "default": true |
| 3323 | + "defaultValue": true |
3324 | 3324 | },
|
3325 | 3325 | {
|
3326 | 3326 | "type": "switch",
|
3327 | 3327 | "name": "standards.AutopilotProfile.AutoKeyboard",
|
3328 | 3328 | "label": "Automatically configure keyboard",
|
3329 |
| - "default": true |
| 3329 | + "defaultValue": true |
3330 | 3330 | }
|
3331 | 3331 | ],
|
3332 | 3332 | "label": "Enable Autopilot Profile",
|
|
0 commit comments