ServiceNow CMDB CI relationship sync: faster, more complete →
Policy Packs
GCP CIS v2.0.0 - Section 7 - BigQuery

Policy Setting: GCP > BigQuery > Dataset > Publicly Accessible

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_bigquery_dataset_publicly_accessible" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-bigquery#/policy/types/datasetPubliclyAccessible"
note = "GCP CIS v2.0.0 - Control: 7.1"
value = "Check: Dataset is not publicly accessible"
# value = "Enforce: Dataset is not publicly accessible"
}