Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderTabEditProps

    SSO provider tab edit action props.

    interface SsoProviderTabEditProps {
        deleteAction: ComponentAction<IdpKnownResponse, void>;
        deleteFromOrganizationAction: ComponentAction<IdpKnownResponse, void>;
        updateAction?: ComponentAction<IdpKnownResponse, IdpKnownResponse>;
    }
    Index

    Properties

    deleteAction: ComponentAction<IdpKnownResponse, void>
    deleteFromOrganizationAction: ComponentAction<IdpKnownResponse, void>
    updateAction?: ComponentAction<IdpKnownResponse, IdpKnownResponse>