Class KeyValueEntry
- Namespace
- Quilt4Net.Toolkit.Features.ValueGroup
- Assembly
- Quilt4Net.Toolkit.dll
Plain key/value entry inside a ValueGroupBundle. Values are transported as-is
(no encryption). Future feature extensions (an IsSecret flag, encryption at rest,
masking) are planned in a coordinated follow-up that also addresses today's
ApplicationInsightsConfigurationResponse.ClientSecret plain-text storage.
public record KeyValueEntry : IEquatable<KeyValueEntry>
- Inheritance
-
KeyValueEntry
- Implements
- Inherited Members
Properties
Description
public string Description { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Value
public string Value { get; init; }