@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
19 lines • 1.1 kB
TypeScript
export { LdapArgs, LdapState } from "./ldap";
export type Ldap = import("./ldap").Ldap;
export declare const Ldap: typeof import("./ldap").Ldap;
export { LdapLegacyArgs, LdapLegacyState } from "./ldapLegacy";
export type LdapLegacy = import("./ldapLegacy").LdapLegacy;
export declare const LdapLegacy: typeof import("./ldapLegacy").LdapLegacy;
export { OpenidArgs, OpenidState } from "./openid";
export type Openid = import("./openid").Openid;
export declare const Openid: typeof import("./openid").Openid;
export { OpenidLegacyArgs, OpenidLegacyState } from "./openidLegacy";
export type OpenidLegacy = import("./openidLegacy").OpenidLegacy;
export declare const OpenidLegacy: typeof import("./openidLegacy").OpenidLegacy;
export { SyncArgs, SyncState } from "./sync";
export type Sync = import("./sync").Sync;
export declare const Sync: typeof import("./sync").Sync;
export { SyncLegacyArgs, SyncLegacyState } from "./syncLegacy";
export type SyncLegacy = import("./syncLegacy").SyncLegacy;
export declare const SyncLegacy: typeof import("./syncLegacy").SyncLegacy;
//# sourceMappingURL=index.d.ts.map