Show / Hide Table of Contents

Class ProviderClientAuthArgs

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

Constructors

View Source

ProviderClientAuthArgs()

Declaration
public ProviderClientAuthArgs()

Properties

View Source

CertFile

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

KeyFile

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