次の方法で共有


UserEntityBaseParameters クラス

定義

ユーザー エンティティの基本パラメーター セット。

public class UserEntityBaseParameters
type UserEntityBaseParameters = class
Public Class UserEntityBaseParameters
継承
UserEntityBaseParameters

コンストラクター

UserEntityBaseParameters()

UserEntityBaseParameters クラスの新しいインスタンスを初期化します。

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

UserEntityBaseParameters クラスの新しいインスタンスを初期化します。

プロパティ

Identities

ユーザー ID のコレクションを取得または設定します。

Note

管理者によって設定されたユーザーに関する省略可能なメモを取得または設定します。

State

アカウントの状態を取得または設定します。 ユーザーがアクティブかどうかを指定します。 ブロックされているユーザーは、開発者ポータルにサインインしたり、サブスクライブしている製品の API を呼び出したりできません。 既定の状態は [アクティブ] です。 使用可能な値には、'active'、'blocked'、'pending'、'deleted' などがあります。

適用対象