Class DockerImageCredentials
Credentials for the remote execution Docker image.
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class DockerImageCredentials
Constructors
View SourceDockerImageCredentials(string, string)
Declaration
public DockerImageCredentials(string username, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| string | username | |
| string | password |
Properties
View SourcePassword
The password for the image.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
The username for the image.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |