instances_entra_id_certificate
Creates, updates, deletes, gets or lists an instances_entra_id_certificate resource.
Overview
| Name | instances_entra_id_certificate |
| Type | Resource |
| Id | google.sqladmin.instances_entra_id_certificate |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
add_entra_id_certificate | insert | project, instance | 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. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
instance | string | |
project | string |
INSERT examples
- add_entra_id_certificate
- Manifest
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.
INSERT INTO google.sqladmin.instances_entra_id_certificate (
project,
instance
)
SELECT
'{{ project }}',
'{{ instance }}'
RETURNING
name,
acquireSsrsLeaseContext,
apiWarning,
backupContext,
endTime,
error,
exportContext,
importContext,
insertTime,
kind,
operationType,
preCheckMajorVersionUpgradeContext,
selfLink,
startTime,
status,
subOperationType,
targetId,
targetLink,
targetProject,
user
;
# Description fields are for documentation purposes
- name: instances_entra_id_certificate
props:
- name: project
value: string
description: Required parameter for the instances_entra_id_certificate resource.
- name: instance
value: string
description: Required parameter for the instances_entra_id_certificate resource.