Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderTableLogicProps

    interface SsoProviderTableLogicProps {
        createAction: ComponentAction<void, void>;
        customMessages: Partial<SsoProviderTableMessages> | undefined;
        data: IdpKnownResponse[];
        editAction: ComponentAction<IdpKnownResponse, void>;
        hideHeader: boolean;
        isDeleting: boolean;
        isLoading: boolean;
        isRemoving: boolean;
        isUpdating: boolean;
        isUpdatingId: string | null;
        isViewLoading: boolean;
        organization: OrganizationPrivate | null;
        readOnly: boolean;
        selectedIdp: IdpKnownResponse | null;
        shouldAllowDeletion: boolean;
        shouldHideCreate: boolean;
        showDeleteModal: boolean;
        showRemoveModal: boolean;
        styling: ComponentStyling<SsoProviderTableClasses> | undefined;
    }
    Index

    Properties

    createAction: ComponentAction<void, void>
    customMessages: Partial<SsoProviderTableMessages> | undefined
    data: IdpKnownResponse[]
    editAction: ComponentAction<IdpKnownResponse, void>
    hideHeader: boolean
    isDeleting: boolean
    isLoading: boolean
    isRemoving: boolean
    isUpdating: boolean
    isUpdatingId: string | null
    isViewLoading: boolean
    organization: OrganizationPrivate | null
    readOnly: boolean
    selectedIdp: IdpKnownResponse | null
    shouldAllowDeletion: boolean
    shouldHideCreate: boolean
    showDeleteModal: boolean
    showRemoveModal: boolean
    styling: ComponentStyling<SsoProviderTableClasses> | undefined