Class ServiceAuth
Inheritance
System.Object
ServiceAuth
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.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceAuth
Fields
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 readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
ServerAddress
The address of the registry server
Declaration
public readonly string ServerAddress
Field Value
| Type | Description |
|---|---|
| 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 readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |