mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
16 lines
296 B
TypeScript
16 lines
296 B
TypeScript
export {
|
|
createIntegration,
|
|
deleteIntegration,
|
|
getIntegrations,
|
|
pollConnectionTestStatus,
|
|
testIntegrationConnection,
|
|
updateIntegration,
|
|
} from "./integrations";
|
|
export {
|
|
createSamlConfig,
|
|
deleteSamlConfig,
|
|
getSamlConfig,
|
|
initiateSamlAuth,
|
|
updateSamlConfig,
|
|
} from "./saml";
|