共用方式為


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