1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="sqladmin_v1beta4.html">Cloud SQL Admin API</a> . <a href="sqladmin_v1beta4.sslCerts.html">sslCerts</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#createEphemeral">createEphemeral(project, instance, body=None, x__xgafv=None)</a></code></p> 82<p class="firstline">Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database.</p> 83<p class="toc_element"> 84 <code><a href="#delete">delete(project, instance, sha1Fingerprint, x__xgafv=None)</a></code></p> 85<p class="firstline">Deletes the SSL certificate. For First Generation instances, the certificate remains valid until the instance is restarted.</p> 86<p class="toc_element"> 87 <code><a href="#get">get(project, instance, sha1Fingerprint, x__xgafv=None)</a></code></p> 88<p class="firstline">Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.</p> 89<p class="toc_element"> 90 <code><a href="#insert">insert(project, instance, body=None, x__xgafv=None)</a></code></p> 91<p class="firstline">Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted.</p> 92<p class="toc_element"> 93 <code><a href="#list">list(project, instance, x__xgafv=None)</a></code></p> 94<p class="firstline">Lists all of the current SSL certificates for the instance.</p> 95<h3>Method Details</h3> 96<div class="method"> 97 <code class="details" id="close">close()</code> 98 <pre>Close httplib2 connections.</pre> 99</div> 100 101<div class="method"> 102 <code class="details" id="createEphemeral">createEphemeral(project, instance, body=None, x__xgafv=None)</code> 103 <pre>Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database. 104 105Args: 106 project: string, Project ID of the Cloud SQL project. (required) 107 instance: string, Cloud SQL instance ID. This does not include the project ID. (required) 108 body: object, The request body. 109 The object takes the form of: 110 111{ # SslCerts create ephemeral certificate request. 112 "access_token": "A String", # Access token to include in the signed certificate. 113 "public_key": "A String", # PEM encoded public key to include in the signed certificate. 114} 115 116 x__xgafv: string, V1 error format. 117 Allowed values 118 1 - v1 error format 119 2 - v2 error format 120 121Returns: 122 An object of the form: 123 124 { # SslCerts Resource 125 "cert": "A String", # PEM representation. 126 "certSerialNumber": "A String", # Serial number, as extracted from the certificate. 127 "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. 128 "createTime": "A String", # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 129 "expirationTime": "A String", # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 130 "instance": "A String", # Name of the database instance. 131 "kind": "A String", # This is always **sql#sslCert**. 132 "selfLink": "A String", # The URI of this resource. 133 "sha1Fingerprint": "A String", # Sha1 Fingerprint. 134}</pre> 135</div> 136 137<div class="method"> 138 <code class="details" id="delete">delete(project, instance, sha1Fingerprint, x__xgafv=None)</code> 139 <pre>Deletes the SSL certificate. For First Generation instances, the certificate remains valid until the instance is restarted. 140 141Args: 142 project: string, Project ID of the project that contains the instance. (required) 143 instance: string, Cloud SQL instance ID. This does not include the project ID. (required) 144 sha1Fingerprint: string, Sha1 FingerPrint. (required) 145 x__xgafv: string, V1 error format. 146 Allowed values 147 1 - v1 error format 148 2 - v2 error format 149 150Returns: 151 An object of the form: 152 153 { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. 154 "backupContext": { # Backup context. # The context for backup operation, if applicable. 155 "backupId": "A String", # The identifier of the backup. 156 "kind": "A String", # This is always **sql#backupContext**. 157 }, 158 "endTime": "A String", # The time this operation finished in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 159 "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated. 160 "errors": [ # The list of errors encountered while processing this operation. 161 { # Database instance operation error. 162 "code": "A String", # Identifies the specific error that occurred. 163 "kind": "A String", # This is always **sql#operationError**. 164 "message": "A String", # Additional information about the error encountered. 165 }, 166 ], 167 "kind": "A String", # This is always **sql#operationErrors**. 168 }, 169 "exportContext": { # Database instance export context. # The context for export operation, if applicable. 170 "csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only. 171 "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. 172 "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. 173 "linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values. 174 "quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted. 175 "selectQuery": "A String", # The select query used to extract the data. 176 }, 177 "databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**. 178 "A String", 179 ], 180 "fileType": "A String", # The file type for the specified uri. 181 "kind": "A String", # This is always **sql#exportContext**. 182 "offload": True or False, # Option for export offload. 183 "sqlExportOptions": { # Options for exporting data as SQL statements. 184 "mysqlExportOptions": { # Options for exporting from MySQL. 185 "masterData": 42, # Option to include SQL statement required to set up replication. If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than **1**, --set-gtid-purged is set to OFF. 186 }, 187 "schemaOnly": True or False, # Export only schemas. 188 "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table. 189 "A String", 190 ], 191 }, 192 "uri": "A String", # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form **gs://bucketName/fileName**. If the file already exists, the request succeeds, but the operation fails. If **fileType** is **SQL** and the filename ends with .gz, the contents are compressed. 193 }, 194 "importContext": { # Database instance import context. # The context for import operation, if applicable. 195 "bakImportOptions": { # Import parameters specific to SQL Server .BAK files 196 "encryptionOptions": { 197 "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form **gs://bucketName/fileName**. The instance must have write permissions to the bucket and read access to the file. 198 "pvkPassword": "A String", # Password that encrypts the private key 199 "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form **gs://bucketName/fileName**. The instance must have write permissions to the bucket and read access to the file. 200 }, 201 }, 202 "csvImportOptions": { # Options for importing data as CSV. 203 "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. 204 "A String", 205 ], 206 "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. 207 "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. 208 "linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values. 209 "quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted. 210 "table": "A String", # The table to which CSV data is imported. 211 }, 212 "database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified. 213 "fileType": "A String", # The file type for the specified uri. * **SQL**: The file contains SQL statements. * **CSV**: The file contains CSV data. * **BAK**: The file contains backup data for a SQL Server instance. 214 "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only. 215 "kind": "A String", # This is always **sql#importContext**. 216 "uri": "A String", # Path to the import file in Cloud Storage, in the form **gs://bucketName/fileName**. Compressed gzip files (.gz) are supported when **fileType** is **SQL**. The instance must have write permissions to the bucket and read access to the file. 217 }, 218 "insertTime": "A String", # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 219 "kind": "A String", # This is always **sql#operation**. 220 "name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation. 221 "operationType": "A String", # The type of the operation. Valid values are: * **CREATE** * **DELETE** * **UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **DELETE_DATABASE** 222 "selfLink": "A String", # The URI of this resource. 223 "startTime": "A String", # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 224 "status": "A String", # The status of an operation. 225 "targetId": "A String", # Name of the database instance related to this operation. 226 "targetLink": "A String", 227 "targetProject": "A String", # The project ID of the target instance related to this operation. 228 "user": "A String", # The email address of the user who initiated this operation. 229}</pre> 230</div> 231 232<div class="method"> 233 <code class="details" id="get">get(project, instance, sha1Fingerprint, x__xgafv=None)</code> 234 <pre>Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation. 235 236Args: 237 project: string, Project ID of the project that contains the instance. (required) 238 instance: string, Cloud SQL instance ID. This does not include the project ID. (required) 239 sha1Fingerprint: string, Sha1 FingerPrint. (required) 240 x__xgafv: string, V1 error format. 241 Allowed values 242 1 - v1 error format 243 2 - v2 error format 244 245Returns: 246 An object of the form: 247 248 { # SslCerts Resource 249 "cert": "A String", # PEM representation. 250 "certSerialNumber": "A String", # Serial number, as extracted from the certificate. 251 "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. 252 "createTime": "A String", # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 253 "expirationTime": "A String", # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 254 "instance": "A String", # Name of the database instance. 255 "kind": "A String", # This is always **sql#sslCert**. 256 "selfLink": "A String", # The URI of this resource. 257 "sha1Fingerprint": "A String", # Sha1 Fingerprint. 258}</pre> 259</div> 260 261<div class="method"> 262 <code class="details" id="insert">insert(project, instance, body=None, x__xgafv=None)</code> 263 <pre>Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted. 264 265Args: 266 project: string, Project ID of the project that contains the instance. (required) 267 instance: string, Cloud SQL instance ID. This does not include the project ID. (required) 268 body: object, The request body. 269 The object takes the form of: 270 271{ # SslCerts insert request. 272 "commonName": "A String", # User supplied name. Must be a distinct name from the other certificates for this instance. 273} 274 275 x__xgafv: string, V1 error format. 276 Allowed values 277 1 - v1 error format 278 2 - v2 error format 279 280Returns: 281 An object of the form: 282 283 { # SslCert insert response. 284 "clientCert": { # SslCertDetail. # The new client certificate and private key. 285 "certInfo": { # SslCerts Resource # The public information about the cert. 286 "cert": "A String", # PEM representation. 287 "certSerialNumber": "A String", # Serial number, as extracted from the certificate. 288 "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. 289 "createTime": "A String", # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 290 "expirationTime": "A String", # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 291 "instance": "A String", # Name of the database instance. 292 "kind": "A String", # This is always **sql#sslCert**. 293 "selfLink": "A String", # The URI of this resource. 294 "sha1Fingerprint": "A String", # Sha1 Fingerprint. 295 }, 296 "certPrivateKey": "A String", # The private key for the client cert, in pem format. Keep private in order to protect your security. 297 }, 298 "kind": "A String", # This is always **sql#sslCertsInsert**. 299 "operation": { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. # The operation to track the ssl certs insert request. 300 "backupContext": { # Backup context. # The context for backup operation, if applicable. 301 "backupId": "A String", # The identifier of the backup. 302 "kind": "A String", # This is always **sql#backupContext**. 303 }, 304 "endTime": "A String", # The time this operation finished in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 305 "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated. 306 "errors": [ # The list of errors encountered while processing this operation. 307 { # Database instance operation error. 308 "code": "A String", # Identifies the specific error that occurred. 309 "kind": "A String", # This is always **sql#operationError**. 310 "message": "A String", # Additional information about the error encountered. 311 }, 312 ], 313 "kind": "A String", # This is always **sql#operationErrors**. 314 }, 315 "exportContext": { # Database instance export context. # The context for export operation, if applicable. 316 "csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only. 317 "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. 318 "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. 319 "linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values. 320 "quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted. 321 "selectQuery": "A String", # The select query used to extract the data. 322 }, 323 "databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**. 324 "A String", 325 ], 326 "fileType": "A String", # The file type for the specified uri. 327 "kind": "A String", # This is always **sql#exportContext**. 328 "offload": True or False, # Option for export offload. 329 "sqlExportOptions": { # Options for exporting data as SQL statements. 330 "mysqlExportOptions": { # Options for exporting from MySQL. 331 "masterData": 42, # Option to include SQL statement required to set up replication. If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than **1**, --set-gtid-purged is set to OFF. 332 }, 333 "schemaOnly": True or False, # Export only schemas. 334 "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table. 335 "A String", 336 ], 337 }, 338 "uri": "A String", # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form **gs://bucketName/fileName**. If the file already exists, the request succeeds, but the operation fails. If **fileType** is **SQL** and the filename ends with .gz, the contents are compressed. 339 }, 340 "importContext": { # Database instance import context. # The context for import operation, if applicable. 341 "bakImportOptions": { # Import parameters specific to SQL Server .BAK files 342 "encryptionOptions": { 343 "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form **gs://bucketName/fileName**. The instance must have write permissions to the bucket and read access to the file. 344 "pvkPassword": "A String", # Password that encrypts the private key 345 "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form **gs://bucketName/fileName**. The instance must have write permissions to the bucket and read access to the file. 346 }, 347 }, 348 "csvImportOptions": { # Options for importing data as CSV. 349 "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. 350 "A String", 351 ], 352 "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. 353 "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. 354 "linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values. 355 "quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted. 356 "table": "A String", # The table to which CSV data is imported. 357 }, 358 "database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified. 359 "fileType": "A String", # The file type for the specified uri. * **SQL**: The file contains SQL statements. * **CSV**: The file contains CSV data. * **BAK**: The file contains backup data for a SQL Server instance. 360 "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only. 361 "kind": "A String", # This is always **sql#importContext**. 362 "uri": "A String", # Path to the import file in Cloud Storage, in the form **gs://bucketName/fileName**. Compressed gzip files (.gz) are supported when **fileType** is **SQL**. The instance must have write permissions to the bucket and read access to the file. 363 }, 364 "insertTime": "A String", # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 365 "kind": "A String", # This is always **sql#operation**. 366 "name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation. 367 "operationType": "A String", # The type of the operation. Valid values are: * **CREATE** * **DELETE** * **UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **DELETE_DATABASE** 368 "selfLink": "A String", # The URI of this resource. 369 "startTime": "A String", # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 370 "status": "A String", # The status of an operation. 371 "targetId": "A String", # Name of the database instance related to this operation. 372 "targetLink": "A String", 373 "targetProject": "A String", # The project ID of the target instance related to this operation. 374 "user": "A String", # The email address of the user who initiated this operation. 375 }, 376 "serverCaCert": { # SslCerts Resource # The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource. 377 "cert": "A String", # PEM representation. 378 "certSerialNumber": "A String", # Serial number, as extracted from the certificate. 379 "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. 380 "createTime": "A String", # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 381 "expirationTime": "A String", # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 382 "instance": "A String", # Name of the database instance. 383 "kind": "A String", # This is always **sql#sslCert**. 384 "selfLink": "A String", # The URI of this resource. 385 "sha1Fingerprint": "A String", # Sha1 Fingerprint. 386 }, 387}</pre> 388</div> 389 390<div class="method"> 391 <code class="details" id="list">list(project, instance, x__xgafv=None)</code> 392 <pre>Lists all of the current SSL certificates for the instance. 393 394Args: 395 project: string, Project ID of the project that contains the instance. (required) 396 instance: string, Cloud SQL instance ID. This does not include the project ID. (required) 397 x__xgafv: string, V1 error format. 398 Allowed values 399 1 - v1 error format 400 2 - v2 error format 401 402Returns: 403 An object of the form: 404 405 { # SslCerts list response. 406 "items": [ # List of client certificates for the instance. 407 { # SslCerts Resource 408 "cert": "A String", # PEM representation. 409 "certSerialNumber": "A String", # Serial number, as extracted from the certificate. 410 "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. 411 "createTime": "A String", # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 412 "expirationTime": "A String", # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. 413 "instance": "A String", # Name of the database instance. 414 "kind": "A String", # This is always **sql#sslCert**. 415 "selfLink": "A String", # The URI of this resource. 416 "sha1Fingerprint": "A String", # Sha1 Fingerprint. 417 }, 418 ], 419 "kind": "A String", # This is always **sql#sslCertsList**. 420}</pre> 421</div> 422 423</body></html>