<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.2" />

Microsoft.Extensions.Configuration.IConfigurationSection

Represents a section of application configuration values.
string Key { get; }

Gets the key this section occupies in its parent.

string Path { get; }

Gets the full path to this section within the IConfiguration.

string Value { get; set; }

Gets or sets the section value.