Class DatabaseInstanceServerCaCertGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceServerCaCertGetArgs : ResourceArgs
Constructors
View SourceDatabaseInstanceServerCaCertGetArgs()
Declaration
public DatabaseInstanceServerCaCertGetArgs()
Properties
View SourceCert
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommonName
Declaration
public Input<string> CommonName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateTime
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpirationTime
The RFC 3339 formatted date time string indicating when this whitelist expires.
Declaration
public Input<string> ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sha1Fingerprint
Declaration
public Input<string> Sha1Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |