Class ProviderRegistryAuthArgs
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.Docker.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ProviderRegistryAuthArgs : ResourceArgs
Constructors
View SourceProviderRegistryAuthArgs()
Declaration
public ProviderRegistryAuthArgs()
Properties
View SourceAddress
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfigFile
Declaration
public Input<string> ConfigFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfigFileContent
Declaration
public Input<string> ConfigFileContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |