Class SslCertState
Inherited Members
Namespace: Pulumi.Gcp.Sql
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SslCertState : ResourceArgs
Constructors
View SourceSslCertState()
Declaration
public SslCertState()
Properties
View SourceCert
The actual certificate data for this client certificate.
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertSerialNumber
The serial number extracted from the certificate data.
Declaration
public Input<string> CertSerialNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
PrivateKey
The private key associated with the client certificate.
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Sha1Fingerprint
The SHA1 Fingerprint of the certificate.
Declaration
public Input<string> Sha1Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |