Policy Setting: Azure > SQL > Server > Advanced Data Security
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_sql_server_data_security" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-sql#/policy/types/serverDataSecurity" note = "Azure CIS v2.0.0 - Control: 4.2.1, 4.2.2, 4.2.3, 4.2.4 and 4.2.5" value = "Check: Enabled" # value = "Enforce: Enabled"}