@pulumi/vault
Version:
A Pulumi package for creating and managing HashiCorp Vault cloud resources.
16 lines (15 loc) • 1.24 kB
TypeScript
export { AuthBackendConfigArgs, AuthBackendConfigState } from "./authBackendConfig";
export type AuthBackendConfig = import("./authBackendConfig").AuthBackendConfig;
export declare const AuthBackendConfig: typeof import("./authBackendConfig").AuthBackendConfig;
export { AuthBackendRoleArgs, AuthBackendRoleState } from "./authBackendRole";
export type AuthBackendRole = import("./authBackendRole").AuthBackendRole;
export declare const AuthBackendRole: typeof import("./authBackendRole").AuthBackendRole;
export { BackendArgs, BackendState } from "./backend";
export type Backend = import("./backend").Backend;
export declare const Backend: typeof import("./backend").Backend;
export { BackendRoleArgs, BackendRoleState } from "./backendRole";
export type BackendRole = import("./backendRole").BackendRole;
export declare const BackendRole: typeof import("./backendRole").BackendRole;
export { GetAccessCredentialsArgs, GetAccessCredentialsResult, GetAccessCredentialsOutputArgs } from "./getAccessCredentials";
export declare const getAccessCredentials: typeof import("./getAccessCredentials").getAccessCredentials;
export declare const getAccessCredentialsOutput: typeof import("./getAccessCredentials").getAccessCredentialsOutput;