add create, delete, list for idp org policy

This commit is contained in:
miloschwartz
2025-04-15 10:16:15 -04:00
parent e86640547e
commit 432f38333e
9 changed files with 375 additions and 14 deletions

View File

@@ -4,3 +4,6 @@ export * from "./listIdps";
export * from "./generateOidcUrl";
export * from "./validateOidcCallback";
export * from "./getIdp";
export * from "./createIdpOrgPolicy";
export * from "./deleteIdpOrgPolicy";
export * from "./listIdpOrgPolicies";