Interface protos.google.cloud.sql.v1.ISslCert (0.7.0)

Properties of a SslCert.

Package

@google-cloud/sql

Properties

cert

cert?:(string|null);

SslCert cert

certSerialNumber

certSerialNumber?:(string|null);

SslCert certSerialNumber

commonName

commonName?:(string|null);

SslCert commonName

createTime

createTime?:(google.protobuf.ITimestamp|null);

SslCert createTime

expirationTime

expirationTime?:(google.protobuf.ITimestamp|null);

SslCert expirationTime

instance

instance?:(string|null);

SslCert instance

kind

kind?:(string|null);

SslCert kind

selfLink

selfLink?:(string|null);

SslCert selfLink

sha1Fingerprint

sha1Fingerprint?:(string|null);

SslCert sha1Fingerprint

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.