Table of Contents

Class ValueGroupBundle

Namespace
Quilt4Net.Toolkit.Features.ValueGroup
Assembly
Quilt4Net.Toolkit.dll

Typed bundle returned by GetAsync(CancellationToken). New member types (KV pairs, Atlas credentials, …) get added as additional properties when later features ship — the shape is additive-only so older clients keep deserializing successfully against newer servers.

public record ValueGroupBundle : IEquatable<ValueGroupBundle>
Inheritance
ValueGroupBundle
Implements
Inherited Members

Properties

ApplicationInsightsConfigurations

public ApplicationInsightsConfigurationResponse[] ApplicationInsightsConfigurations { get; init; }

Property Value

ApplicationInsightsConfigurationResponse[]

AtlasDatabaseAccesses

public AtlasDatabaseAccessEntry[] AtlasDatabaseAccesses { get; init; }

Property Value

AtlasDatabaseAccessEntry[]

AtlasFirewallApiKeys

Atlas classic / legacy programmatic API keys (HTTP Digest) for firewall management — see AtlasFirewallApiKeyEntry.

public AtlasFirewallApiKeyEntry[] AtlasFirewallApiKeys { get; init; }

Property Value

AtlasFirewallApiKeyEntry[]

AtlasFirewallProxyKeys

public AtlasFirewallProxyKeyEntry[] AtlasFirewallProxyKeys { get; init; }

Property Value

AtlasFirewallProxyKeyEntry[]

AtlasFirewallServiceAccounts

Atlas Service Account credentials (OAuth2) for firewall management — see AtlasFirewallServiceAccountEntry.

public AtlasFirewallServiceAccountEntry[] AtlasFirewallServiceAccounts { get; init; }

Property Value

AtlasFirewallServiceAccountEntry[]

FeatureToggles

public ConfigurationResponse[] FeatureToggles { get; init; }

Property Value

ConfigurationResponse[]

FetchedAtUtc

public DateTime FetchedAtUtc { get; init; }

Property Value

DateTime

GroupId

public string GroupId { get; init; }

Property Value

string

GroupName

public string GroupName { get; init; }

Property Value

string

KeyValues

public KeyValueEntry[] KeyValues { get; init; }

Property Value

KeyValueEntry[]