Class ProviderClientAuthArgs
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.Vault.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class ProviderClientAuthArgs : ResourceArgs
Constructors
View SourceProviderClientAuthArgs()
Declaration
public ProviderClientAuthArgs()
Properties
View SourceCertFile
Declaration
public Input<string> CertFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyFile
Declaration
public Input<string> KeyFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |