GoogleCloudSQLInstanceSSLCert
No description
type GoogleCloudSQLInstanceSSLCert {
cert: String!
certSerialNumber: String!
commonName: String!
createdAt: DateTime!
expiredAt: DateTime!
instance: String!
selfLink: String!
sha1Fingerprint: String!
}
Fields
GoogleCloudSQLInstanceSSLCert.cert ● String! non-null scalar
PEM representation
GoogleCloudSQLInstanceSSLCert.certSerialNumber ● String! non-null scalar
The serial number
GoogleCloudSQLInstanceSSLCert.commonName ● String! non-null scalar
The user supplied name
GoogleCloudSQLInstanceSSLCert.createdAt ● DateTime! non-null scalar
The time of created certificate
GoogleCloudSQLInstanceSSLCert.expiredAt ● DateTime! non-null scalar
The expirty time
GoogleCloudSQLInstanceSSLCert.instance ● String! non-null scalar
Name of the database instance
GoogleCloudSQLInstanceSSLCert.selfLink ● String! non-null scalar
The URI of this resource
GoogleCloudSQLInstanceSSLCert.sha1Fingerprint ● String! non-null scalar
Sha1 Fingerprint
Member of
GoogleCloudSQLMySQLInstance object ● GoogleCloudSQLPostgreSQLInstance object ● GoogleCloudSQLSQLServerInstance object ● GoogleCloudSQLUnspecifiedInstance object