Show / Hide Table of Contents

Class DatabaseInstanceServerCaCertGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseInstanceServerCaCertGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceServerCaCertGetArgs : ResourceArgs

Constructors

View Source

DatabaseInstanceServerCaCertGetArgs()

Declaration
public DatabaseInstanceServerCaCertGetArgs()

Properties

View Source

Cert

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

CommonName

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

CreateTime

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

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>
View Source

Sha1Fingerprint

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