Access to Google Cloud SQL is secured with IAM. Let's have a look at the list of predefined roles and their details:
- Owner: Has full access and control for all GCP resources
- Writer: Has read/write access to all GCP and Cloud SQL resources
- Reader: Has read-only access to all GCP resources, including Cloud SQL resources
- Cloud SQL Admin: Has full control over all Cloud SQL resources
- Cloud SQL Editor: Has rights to manage specific instances; can't see or modify permissions or modify users for SSL certificates; cannot import data or restore from a backup nor clone, delete, or promote instances; and cannot stop or start replicas or delete databases, replicas, or backups
- Cloud SQL Viewer: Has read-only rights to all Cloud SQL resources
- Cloud ...