你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserUpdateParametersProperties interface
Parameters supplied to the Update User operation.
- Extends
Properties
Email address. Must not be empty and must be unique within the service instance. |
|
first |
First name. |
last |
Last name. |
password | User Password. |
Inherited Properties
identities | Collection of user identities. |
note | Optional note about a user set by the administrator. |
state | Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. |
Property Details
Email address. Must not be empty and must be unique within the service instance.
email?: string
Property Value
string
firstName
First name.
firstName?: string
Property Value
string
lastName
Last name.
lastName?: string
Property Value
string
password
User Password.
password?: string
Property Value
string
Inherited Property Details
identities
Collection of user identities.
identities?: UserIdentityContract[]
Property Value
Inherited From UserEntityBaseParameters.identities
note
Optional note about a user set by the administrator.
note?: string
Property Value
string
Inherited From UserEntityBaseParameters.note
state
Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
state?: string
Property Value
string
Inherited From UserEntityBaseParameters.state