Show / Hide Table of Contents

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 Source

Password

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
View Source

ServerAddress

The address of the registry server

Declaration
public readonly string ServerAddress
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.