Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderTableMessages

    interface SsoProviderTableMessages {
        create_consent_modal?: {
            actions?: { cancel_button_text?: string; process_button_text?: string };
            description?: string;
            title?: string;
        };
        delete_modal?: SsoProvideDeleteMessages;
        header?: {
            create_button_text?: string;
            description?: string;
            title?: string;
        };
        notifications?: {
            domain_associate_provider?: {
                error?: string;
                on_before?: string;
                success?: string;
            };
            domain_create?: { error?: string; on_before?: string; success?: string };
            domain_delete?: { error?: string; success?: string };
            domain_delete_provider?: {
                error?: string;
                on_before?: string;
                success?: string;
            };
            domain_verify?: {
                error?: string;
                on_before?: string;
                success?: string;
                verification_failed?: string;
            };
            fetch_domains_error?: string;
            fetch_providers_error?: string;
            general_error?: string;
        };
        remove_modal?: {
            actions?: { cancel_button_text?: string; remove_button_text?: string };
            description?: string;
            model_content?: SsoProviderDeleteModalContentMessages;
            title?: string;
        };
        table?: {
            actions?: {
                delete_button_text?: string;
                edit_button_text?: string;
                remove_button_text?: string;
            };
            columns?: {
                display_name?: string;
                identity_provider?: string;
                name?: string;
            };
            empty_message?: string;
        };
    }
    Index

    Properties

    create_consent_modal?: {
        actions?: { cancel_button_text?: string; process_button_text?: string };
        description?: string;
        title?: string;
    }
    header?: { create_button_text?: string; description?: string; title?: string }
    notifications?: {
        domain_associate_provider?: {
            error?: string;
            on_before?: string;
            success?: string;
        };
        domain_create?: { error?: string; on_before?: string; success?: string };
        domain_delete?: { error?: string; success?: string };
        domain_delete_provider?: {
            error?: string;
            on_before?: string;
            success?: string;
        };
        domain_verify?: {
            error?: string;
            on_before?: string;
            success?: string;
            verification_failed?: string;
        };
        fetch_domains_error?: string;
        fetch_providers_error?: string;
        general_error?: string;
    }
    remove_modal?: {
        actions?: { cancel_button_text?: string; remove_button_text?: string };
        description?: string;
        model_content?: SsoProviderDeleteModalContentMessages;
        title?: string;
    }
    table?: {
        actions?: {
            delete_button_text?: string;
            edit_button_text?: string;
            remove_button_text?: string;
        };
        columns?: {
            display_name?: string;
            identity_provider?: string;
            name?: string;
        };
        empty_message?: string;
    }