Class GetCaCertsCertResult
Inheritance
System.Object
GetCaCertsCertResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Sql.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetCaCertsCertResult
Fields
View SourceCert
The CA certificate used to connect to the SQL instance via SSL.
Declaration
public readonly string Cert
Field Value
| Type | Description |
|---|---|
| System.String |
CommonName
The CN valid for the CA cert.
Declaration
public readonly string CommonName
Field Value
| Type | Description |
|---|---|
| System.String |
CreateTime
Creation time of the CA cert.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
ExpirationTime
Expiration time of the CA cert.
Declaration
public readonly string ExpirationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Sha1Fingerprint
SHA1 fingerprint of the CA cert.
Declaration
public readonly string Sha1Fingerprint
Field Value
| Type | Description |
|---|---|
| System.String |