ContainerRegistryBasicCredentials interface
容器登錄資源的基本驗證屬性。
- Extends
屬性
password | Container Registry 的密碼。 |
server | Container Registry 的登入伺服器。 |
type | 多型辨別器,指定這個物件可以有不同的類型 |
username | Container Registry 的用戶名稱。 |
屬性詳細資料
password
Container Registry 的密碼。
password: string
屬性值
string
server
Container Registry 的登入伺服器。
server: string
屬性值
string
type
多型辨別器,指定這個物件可以有不同的類型
type: "BasicAuth"
屬性值
"BasicAuth"
username
Container Registry 的用戶名稱。
username: string
屬性值
string