Resource: SslCert
SslCerts Resource
JSON representation |
---|
{ "kind": string, "certSerialNumber": string, "cert": string, "createTime": string, "commonName": string, "expirationTime": string, "sha1Fingerprint": string, "instance": string, "selfLink": string } |
Fields | |
---|---|
kind |
This is always |
certSerialNumber |
Serial number, as extracted from the certificate. |
cert |
PEM representation. |
createTime |
The time when the certificate was created in RFC 3339 format, for example Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
commonName |
User supplied name. Constrained to [a-zA-Z.-_ ]+. |
expirationTime |
The time when the certificate expires in RFC 3339 format, for example Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
sha1Fingerprint |
Sha1 Fingerprint. |
instance |
Name of the database instance. |
selfLink |
The URI of this resource. |
Methods |
|
---|---|
|
SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported. Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. |
|
SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported. Deletes the SSL certificate. |
|
SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported. Retrieves a particular SSL certificate. |
|
SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported. Creates an SSL certificate and returns it along with the private key and server certificate authority. |
|
SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported. Lists all of the current SSL certificates for the instance. |