gcloud projects add-iam-policy-binding
command to add IAM roles to a project.gcloud dns managed-zones update
command with the --dnssec-state
flag set to on
.gcloud dns dns-keys sign-zone
command.gcloud dns managed-zones update
command with the --enable-query-logging
flag set to true
.gcloud logging sinks create
command.gcloud alpha monitoring policies create
command to create a policy and gcloud alpha monitoring policies update
command to update the policy.google-cloud-dns
Python library to interact with the Cloud DNS API.dnssecConfig
method to retrieve the current DNSSEC configuration for a specific managed zone.update
method to enable DNSSEC for the managed zone.logging
Python library to interact with the Cloud Logging API.google-cloud-monitoring
Python library to interact with the Cloud Monitoring API.