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

    Type Alias UserMaintenanceItemResponse

    ユーザーメンテナンスの設定情報取得APIのレスポンス

    type UserMaintenanceItemResponse = {
        hasItem: boolean;
        useWebAuthn: boolean;
        viewName?: string;
        webAuthnDefinitionName?: string;
    }
    Index

    Properties

    hasItem: boolean

    Navigation定義にユーザーメンテナンスアイテムが含まれているか

    useWebAuthn: boolean

    WebAuthn を利用するか

    viewName?: string

    ユーザーEntityの詳細画面のView名

    webAuthnDefinitionName?: string

    WebAuthn 定義名