Class ServiceAuthArgs
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 ServiceAuthArgs : ResourceArgs
Constructors
View SourceServiceAuthArgs()
Declaration
public ServiceAuthArgs()
Properties
View SourcePassword
The password to use for authenticating to the registry. If this is blank, the DOCKER_REGISTRY_PASS is also be checked.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerAddress
The address of the registry server
Declaration
public Input<string> ServerAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The username to use for authenticating to the registry. If this is blank, the DOCKER_REGISTRY_USER is also be checked.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |