AcceleratorBasicAuthSetting interface
基本身份驗證的驗證設定。
- Extends
屬性
auth |
多型歧視性,指定這個物件可以是的不同類型 |
ca |
Git 存放庫 HTTPs URL 的 CA 憑證資源識別符。 |
password | Git 存放庫基本身份驗證的密碼。 |
username | Git 存放庫基本身份驗證的用戶名稱。 |
屬性詳細資料
authType
多型歧視性,指定這個物件可以是的不同類型
authType: "BasicAuth"
屬性值
"BasicAuth"
caCertResourceId
Git 存放庫 HTTPs URL 的 CA 憑證資源識別符。
caCertResourceId?: string
屬性值
string
password
Git 存放庫基本身份驗證的密碼。
password?: string
屬性值
string
username
Git 存放庫基本身份驗證的用戶名稱。
username: string
屬性值
string