PrivateRegistryCredentials.Password 속성

정의

암호를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="password")]
public string Password { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="password")>]
member this.Password : string with get, set
Public Property Password As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Docker 리포지토리에 로그인할 사용자 암호입니다. password 또는 passwordSecretReference 중 하나를 지정해야 합니다.

적용 대상