DockerCredential interface

사용자 이름과 암호가 있는 docker에 대한 자격 증명

Extends

속성

credentialType

[필수] 인증에 사용되는 자격 증명 유형(credential type)은 storage를 사용합니다.

password

DockerCredential 사용자 암호

userName

DockerCredential 사용자 이름

속성 세부 정보

credentialType

[필수] 인증에 사용되는 자격 증명 유형(credential type)은 storage를 사용합니다.

credentialType: "DockerCredentials"

속성 값

"DockerCredentials"

password

DockerCredential 사용자 암호

password?: string

속성 값

string

userName

DockerCredential 사용자 이름

userName?: string

속성 값

string