Collaboration diagram for storages::secdist::DefaultLoader::Settings:Public Attributes | |
| std::string | config_path | 
| SecdistFormat | format {SecdistFormat::kJson} | 
| bool | missing_ok {false} | 
| std::optional< std::string > | environment_secrets_key | 
| engine::TaskProcessor * | blocking_task_processor {nullptr} | 
Definition at line 18 of file provider_component.hpp.
| engine::TaskProcessor* storages::secdist::DefaultLoader::Settings::blocking_task_processor {nullptr} | 
Definition at line 23 of file provider_component.hpp.
| std::string storages::secdist::DefaultLoader::Settings::config_path | 
Definition at line 19 of file provider_component.hpp.
| std::optional<std::string> storages::secdist::DefaultLoader::Settings::environment_secrets_key | 
Definition at line 22 of file provider_component.hpp.
| SecdistFormat storages::secdist::DefaultLoader::Settings::format {SecdistFormat::kJson} | 
Definition at line 20 of file provider_component.hpp.
| bool storages::secdist::DefaultLoader::Settings::missing_ok {false} | 
Definition at line 21 of file provider_component.hpp.