Skip to content

Commit

Permalink
Updated TLS category Intune JSON Formatting
Browse files Browse the repository at this point in the history
Updated TLS category Intune JSON Formatting because Intune's schema was updated.
  • Loading branch information
HotCakeX committed Jan 2, 2025
1 parent 64c194c commit 5968371
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Intune Files/Hardening Policies/TLS Settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/configurationPolicies/$entity",
"createdDateTime": "2024-07-12T14:52:08.4917639Z",
"createdDateTime": "2025-01-02T07:52:18.9754212Z",
"creationSource": null,
"description": "TLS Settings Category",
"lastModifiedDateTime": "2024-07-12T14:56:14.7388844Z",
"lastModifiedDateTime": "2025-01-02T08:03:48.2719491Z",
"name": "TLS Settings",
"platforms": "windows10",
"priorityMetaData": null,
Expand All @@ -12,7 +12,7 @@
],
"settingCount": 2,
"technologies": "mdm",
"id": "95419642-e19e-4c2f-aae2-b3bab7313f7f",
"id": "f0131daa-abf4-41dd-b706-28c36c045a29",
"templateReference": {
"templateId": "",
"templateFamily": "none",
Expand Down Expand Up @@ -64,14 +64,16 @@
{
"id": "1",
"settingInstance": {
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSimpleSettingInstance",
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstance",
"settingDefinitionId": "device_vendor_msft_policy_config_cryptography_tlsciphersuites",
"settingInstanceTemplateReference": null,
"simpleSettingValue": {
"@odata.type": "#microsoft.graph.deviceManagementConfigurationStringSettingValue",
"settingValueTemplateReference": null,
"value": "TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
}
"simpleSettingCollectionValue": [
{
"@odata.type": "#microsoft.graph.deviceManagementConfigurationStringSettingValue",
"settingValueTemplateReference": null,
"value": "TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
}
]
}
}
]
Expand Down

0 comments on commit 5968371

Please sign in to comment.