-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3929238
commit 55b8e42
Showing
13,536 changed files
with
1,105,308 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSettingGroupCollectionDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"Global Preferences" | ||
], | ||
"infoUrls": [], | ||
"occurrence": null, | ||
"baseUri": "", | ||
"offsetUri": ".GlobalPreferences", | ||
"rootDefinitionId": ".globalpreferences_.globalpreferences", | ||
"categoryId": "1829cdc1-1bed-4058-9aba-9b778cd3d955", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "default", | ||
"visibility": "settingsCatalog,template", | ||
"id": ".globalpreferences_.globalpreferences", | ||
"description": "Synthetic Top Level Setting Group Collection", | ||
"helpText": null, | ||
"name": ".GlobalPreferences", | ||
"displayName": "Top Level Setting Group Collection", | ||
"childIds": [ | ||
".globalpreferences_multiplesessionenabled", | ||
".globalpreferences_com.apple.autologout.autologoutdelay" | ||
], | ||
"maximumCount": 1, | ||
"minimumCount": 0, | ||
"applicability": { | ||
"description": null, | ||
"platform": "macOS", | ||
"deviceMode": "none", | ||
"technologies": "mdm,appleRemoteManagement" | ||
}, | ||
"referredSettingInformationList": [], | ||
"dependentOn": [], | ||
"dependedOnBy": [ | ||
{ | ||
"dependedOnBy": ".globalpreferences_multiplesessionenabled", | ||
"required": false | ||
}, | ||
{ | ||
"dependedOnBy": ".globalpreferences_com.apple.autologout.autologoutdelay", | ||
"required": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSimpleSettingDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"Global Preferences" | ||
], | ||
"infoUrls": [], | ||
"occurrence": null, | ||
"baseUri": "", | ||
"offsetUri": "com.apple.autologout.AutoLogOutDelay", | ||
"rootDefinitionId": ".globalpreferences_.globalpreferences", | ||
"categoryId": "1829cdc1-1bed-4058-9aba-9b778cd3d955", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "default", | ||
"visibility": "settingsCatalog,template", | ||
"id": ".globalpreferences_com.apple.autologout.autologoutdelay", | ||
"description": "The autologout delay, in seconds. A value of 0 means autologout is off. In some cases, this delay may be restricted to values between 5 minutes and 24 hours.", | ||
"helpText": null, | ||
"name": "com.apple.autologout.AutoLogOutDelay", | ||
"displayName": "Auto Log Out Delay", | ||
"applicability": { | ||
"description": null, | ||
"platform": "macOS", | ||
"deviceMode": "none", | ||
"technologies": "mdm,appleRemoteManagement" | ||
}, | ||
"referredSettingInformationList": [], | ||
"valueDefinition": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinition", | ||
"maximumValue": 2147483647, | ||
"minimumValue": 0 | ||
}, | ||
"defaultValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": 0 | ||
}, | ||
"dependentOn": [ | ||
{ | ||
"dependentOn": ".globalpreferences_.globalpreferences", | ||
"parentSettingId": ".globalpreferences_.globalpreferences" | ||
} | ||
], | ||
"dependedOnBy": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationChoiceSettingDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"Global Preferences" | ||
], | ||
"infoUrls": [], | ||
"occurrence": null, | ||
"baseUri": "", | ||
"offsetUri": "MultipleSessionEnabled", | ||
"rootDefinitionId": ".globalpreferences_.globalpreferences", | ||
"categoryId": "1829cdc1-1bed-4058-9aba-9b778cd3d955", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "toggle", | ||
"visibility": "settingsCatalog,template", | ||
"id": ".globalpreferences_multiplesessionenabled", | ||
"description": "If false, disables fast user switching.", | ||
"helpText": null, | ||
"name": "MultipleSessionEnabled", | ||
"displayName": "Multiple Session Enabled", | ||
"defaultOptionId": ".globalpreferences_multiplesessionenabled_true", | ||
"applicability": { | ||
"description": null, | ||
"platform": "macOS", | ||
"deviceMode": "none", | ||
"technologies": "mdm,appleRemoteManagement" | ||
}, | ||
"referredSettingInformationList": [], | ||
"options": [ | ||
{ | ||
"itemId": ".globalpreferences_multiplesessionenabled_false", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Disabled", | ||
"displayName": "False", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationStringSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": "false" | ||
}, | ||
"dependentOn": [ | ||
{ | ||
"dependentOn": ".globalpreferences_.globalpreferences", | ||
"parentSettingId": ".globalpreferences_.globalpreferences" | ||
} | ||
], | ||
"dependedOnBy": [] | ||
}, | ||
{ | ||
"itemId": ".globalpreferences_multiplesessionenabled_true", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Enabled", | ||
"displayName": "True", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationStringSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": "true" | ||
}, | ||
"dependentOn": [ | ||
{ | ||
"dependentOn": ".globalpreferences_.globalpreferences", | ||
"parentSettingId": ".globalpreferences_.globalpreferences" | ||
} | ||
], | ||
"dependedOnBy": [] | ||
} | ||
] | ||
} |
72 changes: 72 additions & 0 deletions
72
settings/3~policy~microsoft_edge_targetblankimpliesnoopener.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationChoiceSettingDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"TargetBlankImpliesNoOpener", | ||
"Do not set window.opener for links targeting _blank", | ||
"\\Microsoft Edge", | ||
"Microsoft Edge" | ||
], | ||
"infoUrls": [], | ||
"baseUri": "./User/Vendor/MSFT/Policy", | ||
"offsetUri": "/Config/microsoft_edgev88.0.705.23~Policy~microsoft_edge/TargetBlankImpliesNoOpener", | ||
"rootDefinitionId": "3~policy~microsoft_edge_targetblankimpliesnoopener", | ||
"categoryId": "a25a7a02-4bac-411b-9d02-10cb3297cb17", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "toggle", | ||
"visibility": "settingsCatalog,template", | ||
"id": "3~policy~microsoft_edge_targetblankimpliesnoopener", | ||
"description": "If you enable this policy or leave it unset, the window.opener property is set to null unless the anchor specifies rel=\"opener\".\r\n\r\nIf you disable this policy, popups that target _blank are permitted to access (via JavaScript) the page that requested to open the popup.\r\n\r\nThis policy will be obsoleted in Microsoft Edge version 95.", | ||
"helpText": "", | ||
"name": "TargetBlankImpliesNoOpener", | ||
"displayName": "Do not set window.opener for links targeting _blank (User)", | ||
"defaultOptionId": "3~policy~microsoft_edge_targetblankimpliesnoopener_0", | ||
"applicability": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability", | ||
"description": null, | ||
"platform": "windows10", | ||
"deviceMode": "none", | ||
"technologies": "mdm", | ||
"configurationServiceProviderVersion": "5.0", | ||
"maximumSupportedVersion": null, | ||
"minimumSupportedVersion": null, | ||
"windowsSkus": [], | ||
"requiresAzureAd": false, | ||
"requiredAzureAdTrustType": "none" | ||
}, | ||
"occurrence": { | ||
"minDeviceOccurrence": 1, | ||
"maxDeviceOccurrence": 1 | ||
}, | ||
"referredSettingInformationList": [], | ||
"options": [ | ||
{ | ||
"itemId": "3~policy~microsoft_edge_targetblankimpliesnoopener_0", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Disabled", | ||
"displayName": "Disabled", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": 0 | ||
}, | ||
"dependentOn": [], | ||
"dependedOnBy": [] | ||
}, | ||
{ | ||
"itemId": "3~policy~microsoft_edge_targetblankimpliesnoopener_1", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Enabled", | ||
"displayName": "Enabled", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": 1 | ||
}, | ||
"dependentOn": [], | ||
"dependedOnBy": [] | ||
} | ||
] | ||
} |
73 changes: 73 additions & 0 deletions
73
settings/3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationChoiceSettingDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"BasicAuthOverHttpEnabled", | ||
"Allow Basic authentication for HTTP", | ||
"\\Microsoft Edge\\HTTP authentication", | ||
"Microsoft Edge\\HTTP authentication", | ||
"HTTP authentication" | ||
], | ||
"infoUrls": [], | ||
"baseUri": "./User/Vendor/MSFT/Policy", | ||
"offsetUri": "/Config/microsoft_edgev88.0.705.23~Policy~microsoft_edge~HTTPAuthentication/BasicAuthOverHttpEnabled", | ||
"rootDefinitionId": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled", | ||
"categoryId": "d17b08e6-de3b-445b-ab14-1d47e62efdcf", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "toggle", | ||
"visibility": "settingsCatalog,template", | ||
"id": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled", | ||
"description": "If you enable this policy or leave it unset, Basic authentication challenges received over non-secure HTTP will be allowed.\r\n\r\nIf you disable this policy, non-secure HTTP requests from the Basic authentication scheme are blocked, and only secure HTTPS is allowed.", | ||
"helpText": "", | ||
"name": "BasicAuthOverHttpEnabled", | ||
"displayName": "Allow Basic authentication for HTTP (User)", | ||
"defaultOptionId": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_0", | ||
"applicability": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability", | ||
"description": null, | ||
"platform": "windows10", | ||
"deviceMode": "none", | ||
"technologies": "mdm", | ||
"configurationServiceProviderVersion": "5.0", | ||
"maximumSupportedVersion": null, | ||
"minimumSupportedVersion": null, | ||
"windowsSkus": [], | ||
"requiresAzureAd": false, | ||
"requiredAzureAdTrustType": "none" | ||
}, | ||
"occurrence": { | ||
"minDeviceOccurrence": 1, | ||
"maxDeviceOccurrence": 1 | ||
}, | ||
"referredSettingInformationList": [], | ||
"options": [ | ||
{ | ||
"itemId": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_0", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Disabled", | ||
"displayName": "Disabled", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": 0 | ||
}, | ||
"dependentOn": [], | ||
"dependedOnBy": [] | ||
}, | ||
{ | ||
"itemId": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_1", | ||
"description": null, | ||
"helpText": null, | ||
"name": "Enabled", | ||
"displayName": "Enabled", | ||
"optionValue": { | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue", | ||
"settingValueTemplateReference": null, | ||
"value": 1 | ||
}, | ||
"dependentOn": [], | ||
"dependedOnBy": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSettingGroupCollectionDefinition", | ||
"accessTypes": "none", | ||
"keywords": [ | ||
"Air Play", | ||
"AirPlay" | ||
], | ||
"infoUrls": [], | ||
"occurrence": null, | ||
"baseUri": "", | ||
"offsetUri": "com.apple.airplay", | ||
"rootDefinitionId": "com.apple.airplay_com.apple.airplay", | ||
"categoryId": "132003c7-1130-4f59-96a7-dfb6adb8bd5d", | ||
"settingUsage": "configuration", | ||
"uxBehavior": "default", | ||
"visibility": "settingsCatalog,template", | ||
"id": "com.apple.airplay_com.apple.airplay", | ||
"description": "Synthetic Top Level Setting Group Collection", | ||
"helpText": null, | ||
"name": "com.apple.airplay", | ||
"displayName": "Top Level Setting Group Collection", | ||
"childIds": [ | ||
"com.apple.airplay_allowlist", | ||
"com.apple.airplay_passwords" | ||
], | ||
"maximumCount": 1, | ||
"minimumCount": 0, | ||
"applicability": { | ||
"description": null, | ||
"platform": "iOS,macOS", | ||
"deviceMode": "none", | ||
"technologies": "mdm,appleRemoteManagement" | ||
}, | ||
"referredSettingInformationList": [], | ||
"dependentOn": [], | ||
"dependedOnBy": [ | ||
{ | ||
"dependedOnBy": "com.apple.airplay_allowlist", | ||
"required": false | ||
}, | ||
{ | ||
"dependedOnBy": "com.apple.airplay_passwords", | ||
"required": false | ||
} | ||
] | ||
} |
Oops, something went wrong.