Cloud SQL Admin API (sqladmin:v1)

2025-11-13

2 new methods | 1 updated method

Additions

    Methods
  • sql.instances.ListEntraIdCertificates

      Path : v1/projects/{project}/instances/{instance}/listEntraIdCertificates

      Flat Path : v1/projects/{project}/instances/{instance}/listEntraIdCertificates

      HTTP Method : GET

      Parameters :

        project

          Description : Required. Project ID of the project that contains the instance.

          Location : path

          Required : Yes

          Type : string

        instance

          Description : Required. Cloud SQL instance ID. This does not include the project ID.

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • project
    • instance
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Description : Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of certificates listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out.

  • sql.instances.RotateEntraIdCertificate

      Path : v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate

      Flat Path : v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate

      HTTP Method : POST

      Parameters :

        project

          Description : Required. Project ID of the project that contains the instance.

          Location : path

          Required : Yes

          Type : string

        instance

          Description : Required. Cloud SQL instance ID. This does not include the project ID.

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • project
    • instance
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Description : Rotates the server certificate version to one previously added with the addEntraIdCertificate method.

Updates

    Methods
  • sql.users.update

      Parameters :

        databaseRoles

          Description : Optional. List of database roles to grant to the user. body.database_roles will be ignored for update request.

          Location : query

          Repeated : Yes

          Type : string