Show / Hide Table of Contents

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 Source

Cert

The CA certificate used to connect to the SQL instance via SSL.

Declaration
public readonly string Cert
Field Value
Type Description
System.String
View Source

CommonName

The CN valid for the CA cert.

Declaration
public readonly string CommonName
Field Value
Type Description
System.String
View Source

CreateTime

Creation time of the CA cert.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

ExpirationTime

Expiration time of the CA cert.

Declaration
public readonly string ExpirationTime
Field Value
Type Description
System.String
View Source

Sha1Fingerprint

SHA1 fingerprint of the CA cert.

Declaration
public readonly string Sha1Fingerprint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.