共用方式為


UserContractProperties interface

使用者配置檔。

Extends

屬性

email

電子郵件位址。

firstName

名字。

groups

用戶所屬群組的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。

lastName

姓。

registrationDate

用戶註冊的日期。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

繼承的屬性

identities

使用者身分識別的集合。

note

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

state

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

屬性詳細資料

email

電子郵件位址。

email?: string

屬性值

string

firstName

名字。

firstName?: string

屬性值

string

groups

用戶所屬群組的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。

groups?: GroupContractProperties[]

屬性值

lastName

姓。

lastName?: string

屬性值

string

registrationDate

用戶註冊的日期。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

registrationDate?: Date

屬性值

Date

繼承的屬性詳細資料

identities

使用者身分識別的集合。

identities?: UserIdentityContract[]

屬性值

繼承自UserEntityBaseParameters.identities

note

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

note?: string

屬性值

string

繼承自UserEntityBaseParameters.note

state

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

state?: string

屬性值

string

繼承自UserEntityBaseParameters.state