CredentialUpdateProperties interface
更新凭证的属性
属性
| description | 获取或设置凭据的说明。 |
| password | 获取或设置凭据的密码。 |
| user |
获取或设置凭据的用户名。 |
属性详细信息
description
获取或设置凭据的说明。
description?: string
属性值
string
password
获取或设置凭据的密码。
password?: string
属性值
string
userName
获取或设置凭据的用户名。
userName?: string
属性值
string