你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcceleratorBasicAuthSetting interface

基本身份验证的身份验证设置。

扩展

属性

authType

多态鉴别器,它指定此对象可以的不同类型的

caCertResourceId

Git 存储库的 https URL 的 CA 证书的资源 ID。

password

git 存储库基本身份验证的密码。

username

git 存储库基本身份验证的用户名。

属性详细信息

authType

多态鉴别器,它指定此对象可以的不同类型的

authType: "BasicAuth"

属性值

"BasicAuth"

caCertResourceId

Git 存储库的 https URL 的 CA 证书的资源 ID。

caCertResourceId?: string

属性值

string

password

git 存储库基本身份验证的密码。

password?: string

属性值

string

username

git 存储库基本身份验证的用户名。

username: string

属性值

string