Interface IVaultConfig

interface IVaultConfig {
    auth: IAuthType;
    name: string;
    options: VaultOptions;
}

Hierarchy (view full)

Properties

Properties

auth: IAuthType
name: string
options: VaultOptions