UserUpdateParameters interface

ユーザー更新パラメーター。

プロパティ

email

アドレス。 空でなく、サービス インスタンス内で一意である必要があります。

firstName

名前。

identities

ユーザー ID のコレクション。

lastName

名字。

note

管理者によって設定されたユーザーに関する省略可能な注意事項。

password

ユーザー パスワード。

state

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

プロパティの詳細

email

アドレス。 空でなく、サービス インスタンス内で一意である必要があります。

email?: string

プロパティ値

string

firstName

名前。

firstName?: string

プロパティ値

string

identities

ユーザー ID のコレクション。

identities?: UserIdentityContract[]

プロパティ値

lastName

名字。

lastName?: string

プロパティ値

string

note

管理者によって設定されたユーザーに関する省略可能な注意事項。

note?: string

プロパティ値

string

password

ユーザー パスワード。

password?: string

プロパティ値

string

state

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

state?: string

プロパティ値

string