Table of Contents

Class DiscoveredSecret

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

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

public sealed record DiscoveredSecret : IEquatable<DiscoveredSecret>
Inheritance
DiscoveredSecret
Implements
Inherited Members

Constructors

DiscoveredSecret(string, ConfiguredSecret)

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

Properties

ConfigurationPath

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

Secret

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