Files
prowler/ui/actions/integrations/index.ts
2025-09-02 10:12:03 +02:00

16 lines
296 B
TypeScript

export {
createIntegration,
deleteIntegration,
getIntegrations,
pollConnectionTestStatus,
testIntegrationConnection,
updateIntegration,
} from "./integrations";
export {
createSamlConfig,
deleteSamlConfig,
getSamlConfig,
initiateSamlAuth,
updateSamlConfig,
} from "./saml";