通过


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

AuthCredential interface

为上游存储的身份验证凭据。

属性

credentialHealth

这提供了与身份验证凭据的运行状况相关的数据。 注意:此属性不会序列化。 它只能由服务器填充。

name

凭据的名称。

passwordSecretIdentifier

用于访问密码的 KeyVault 机密 URI。

usernameSecretIdentifier

用于访问用户名的 KeyVault 机密 URI。

属性详细信息

credentialHealth

这提供了与身份验证凭据的运行状况相关的数据。 注意:此属性不会序列化。 它只能由服务器填充。

credentialHealth?: CredentialHealth

属性值

name

凭据的名称。

name?: string

属性值

string

passwordSecretIdentifier

用于访问密码的 KeyVault 机密 URI。

passwordSecretIdentifier?: string

属性值

string

usernameSecretIdentifier

用于访问用户名的 KeyVault 机密 URI。

usernameSecretIdentifier?: string

属性值

string