共用方式為


UserUpdateParametersProperties interface

提供給更新使用者作業的參數。

Extends

屬性

email

電子郵件位址。 不能是空的,而且在服務實例內必須是唯一的。

firstName

名字。

lastName

姓。

password

用戶密碼。

繼承的屬性

identities

使用者身分識別的集合。

note

系統管理員所設定使用者的相關選擇性注意事項。

state

帳戶狀態。 指定使用者是否為使用中。 封鎖的用戶無法登入開發人員入口網站,或呼叫任何已訂閱產品的 API。 默認狀態為 [作用中]。

屬性詳細資料

email

電子郵件位址。 不能是空的,而且在服務實例內必須是唯一的。

email?: string

屬性值

string

firstName

名字。

firstName?: string

屬性值

string

lastName

姓。

lastName?: string

屬性值

string

password

用戶密碼。

password?: string

屬性值

string

繼承的屬性詳細資料

identities

使用者身分識別的集合。

identities?: UserIdentityContract[]

屬性值

繼承自UserEntityBaseParameters.identities

note

系統管理員所設定使用者的相關選擇性注意事項。

note?: string

屬性值

string

繼承自UserEntityBaseParameters.note

state

帳戶狀態。 指定使用者是否為使用中。 封鎖的用戶無法登入開發人員入口網站,或呼叫任何已訂閱產品的 API。 默認狀態為 [作用中]。

state?: string

屬性值

string

繼承自UserEntityBaseParameters.state