2025-11-13
▼ ▲ sql.instances.addEntraIdCertificate
Path : sql/v1beta4/projects/{project}/instances/{instance}/addEntraIdCertificate
Flat Path : sql/v1beta4/projects/{project}/instances/{instance}/addEntraIdCertificate
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 :
Scopes :
Description : Adds a new Entra ID certificate for the specified instance. If an Entra ID certificate was previously added but never used in a certificate rotation, this operation replaces that version.
▼ ▲ sql.instances.ListEntraIdCertificates
Path : sql/v1beta4/projects/{project}/instances/{instance}/listEntraIdCertificates
Flat Path : sql/v1beta4/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 :
Scopes :
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 : sql/v1beta4/projects/{project}/instances/{instance}/rotateEntraIdCertificate
Flat Path : sql/v1beta4/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 :
Scopes :
Description : Rotates the Entra Id certificate version to one previously added with the addEntraIdCertificate method.
▼ ▲ 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
revokeExistingRoles
Description : Optional. revoke the existing roles granted to the user.
Location : query
Type : boolean