Show / Hide Table of Contents

Class DockerImageCredentials

Credentials for the remote execution Docker image.

Inheritance
object
DockerImageCredentials
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class DockerImageCredentials

Constructors

View Source

DockerImageCredentials(string, string)

Declaration
public DockerImageCredentials(string username, string password)
Parameters
Type Name Description
string username
string password

Properties

View Source

Password

The password for the image.

Declaration
public string Password { get; set; }
Property Value
Type Description
string
View Source

Username

The username for the image.

Declaration
public string Username { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.