共用方式為


AcceleratorBasicAuthSetting interface

基本身份驗證的驗證設定。

Extends

屬性

authType

多型歧視性,指定這個物件可以是的不同類型

caCertResourceId

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