VaultExt Module
Summary> An extenstion type for Vault module.
Type extensions
Type extension | Description |
Full Usage:
this.Get
Parameters:
string
Returns: string
|
similar to tryGet but throws an exception if the variable with the given name is not available in the vault
Extended Type:
|
Full Usage:
this.TryGet
Parameters:
string
Returns: string option
|
Extended Type:
|