共用方式為


UserUpdateParameters interface

使用者更新參數。

屬性

email

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

firstName

名字。

identities

使用者身分識別的集合。

lastName

姓。

note

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

password

用戶密碼。

state

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

屬性詳細資料

email

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

email?: string

屬性值

string

firstName

名字。

firstName?: string

屬性值

string

identities

使用者身分識別的集合。

identities?: UserIdentityContract[]

屬性值

lastName

姓。

lastName?: string

屬性值

string

note

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

note?: string

屬性值

string

password

用戶密碼。

password?: string

屬性值

string

state

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

state?: string

屬性值

string