型・APIリファレンス
    Preparing search index...

    Interface UserImpersonationItem

    代理ログイン設定用のAppBarItem

    interface UserImpersonationItem {
        canImpersonationTo: boolean;
        isEnabledImpersonationLogin: boolean;
        isImpersonatedUser: boolean;
        type: AppBarItemType;
        viewName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canImpersonationTo: boolean

    代理ログインの許可設定可否

    isEnabledImpersonationLogin: boolean

    認証ポリシーで代理ログインが許可されているか?

    isImpersonatedUser: boolean

    代理ログイン中か?

    AppBarItemタイプ

    viewName: string

    ユーザー検索結果ビュー名