- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InstancesRotateEntraIdCertificateRequest
- RotateEntraIdCertificateContext
- Examples
- Try it!
Rotates the server certificate version to one previously added with the addEntraIdCertificate method.
HTTP request
POST https://sqladmin.googleapis.com/v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project
|
Required. Project ID of the project that contains the instance. |
instance
|
Required. Cloud SQL instance ID. This does not include the project ID. |
Request body
The request body contains an instance of InstancesRotateEntraIdCertificateRequest
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-platform -
https://www.googleapis.com/auth/sqlservice.admin
For more information, see the Authentication Overview .
InstancesRotateEntraIdCertificateRequest
Rotate Entra ID certificate request.
| JSON representation |
|---|
{
"rotateEntraIdCertificateContext"
:
{
object (
|
| Fields | |
|---|---|
rotateEntraIdCertificateContext
|
Optional. Contains details about the rotate server certificate operation. |
RotateEntraIdCertificateContext
Instance rotate Entra ID certificate context.
| JSON representation |
|---|
{ "kind" : string , "nextVersion" : string } |
| Fields | |
|---|---|
kind
|
Optional. This is always |
nextVersion
|
Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version. |

