Table of Contents

Constructor DiscoveredSecret

Namespace
MailFathom.Infrastructure.Secrets.Discovery
Assembly
MailFathom.Infrastructure.dll

DiscoveredSecret(string, ConfiguredSecret)

One secret-bearing setting found in a bound options graph, with the configuration path that reached it.

public DiscoveredSecret(string ConfigurationPath, ConfiguredSecret Secret)

Parameters

ConfigurationPath string

The colon-separated path an operator edits, for example MailSynchronization:Accounts:0:Secrets:Password.

Secret ConfiguredSecret

The bound block. Discovery never reads its value, so nothing in the walk can reach a diagnostic.