@pulumi/vault
Version:
A Pulumi package for creating and managing HashiCorp Vault cloud resources.
22 lines (21 loc) • 2.04 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 { GetAuthBackendConfigArgs, GetAuthBackendConfigResult, GetAuthBackendConfigOutputArgs } from "./getAuthBackendConfig";
export declare const getAuthBackendConfig: typeof import("./getAuthBackendConfig").getAuthBackendConfig;
export declare const getAuthBackendConfigOutput: typeof import("./getAuthBackendConfig").getAuthBackendConfigOutput;
export { GetAuthBackendRoleArgs, GetAuthBackendRoleResult, GetAuthBackendRoleOutputArgs } from "./getAuthBackendRole";
export declare const getAuthBackendRole: typeof import("./getAuthBackendRole").getAuthBackendRole;
export declare const getAuthBackendRoleOutput: typeof import("./getAuthBackendRole").getAuthBackendRoleOutput;
export { GetServiceAccountTokenArgs, GetServiceAccountTokenResult, GetServiceAccountTokenOutputArgs } from "./getServiceAccountToken";
export declare const getServiceAccountToken: typeof import("./getServiceAccountToken").getServiceAccountToken;
export declare const getServiceAccountTokenOutput: typeof import("./getServiceAccountToken").getServiceAccountTokenOutput;
export { SecretBackendArgs, SecretBackendState } from "./secretBackend";
export type SecretBackend = import("./secretBackend").SecretBackend;
export declare const SecretBackend: typeof import("./secretBackend").SecretBackend;
export { SecretBackendRoleArgs, SecretBackendRoleState } from "./secretBackendRole";
export type SecretBackendRole = import("./secretBackendRole").SecretBackendRole;
export declare const SecretBackendRole: typeof import("./secretBackendRole").SecretBackendRole;