AuthCredential interface
为上游存储的身份验证凭据。
属性
| credential |
这提供了与身份验证凭据的运行状况相关的数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 凭据的名称。 |
| password |
用于访问密码的 KeyVault 机密 URI。 |
| username |
用于访问用户名的 KeyVault 机密 URI。 |
属性详细信息
credentialHealth
这提供了与身份验证凭据的运行状况相关的数据。 注意:此属性不会序列化。 它只能由服务器填充。
credentialHealth?: CredentialHealth
属性值
name
凭据的名称。
name?: string
属性值
string
passwordSecretIdentifier
用于访问密码的 KeyVault 机密 URI。
passwordSecretIdentifier?: string
属性值
string
usernameSecretIdentifier
用于访问用户名的 KeyVault 机密 URI。
usernameSecretIdentifier?: string
属性值
string