Show / Hide Table of Contents

Class SslCertState

Inheritance
System.Object
InputArgs
ResourceArgs
SslCertState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SslCertState : ResourceArgs

Constructors

View Source

SslCertState()

Declaration
public SslCertState()

Properties

View Source

Cert

The actual certificate data for this client certificate.

Declaration
public Input<string> Cert { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertSerialNumber

The serial number extracted from the certificate data.

Declaration
public Input<string> CertSerialNumber { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CommonName

The common name to be used in the certificate to identify the client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be created.

Declaration
public Input<string> CommonName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreateTime

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Declaration
public Input<string> CreateTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExpirationTime

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Declaration
public Input<string> ExpirationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Instance

The name of the Cloud SQL instance. Changing this forces a new resource to be created.

Declaration
public Input<string> Instance { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivateKey

The private key associated with the client certificate.

Declaration
public Input<string> PrivateKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerCaCert

The CA cert of the server this client cert was generated from.

Declaration
public Input<string> ServerCaCert { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Sha1Fingerprint

The SHA1 Fingerprint of the certificate.

Declaration
public Input<string> Sha1Fingerprint { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.