<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.KubernetesProxyConfig

public string CaData { get; set; }

public string CaFilePath { get; set; }

public Uri ProxyUrl { get; set; }

public string SniName { get; set; }

public HttpPipelineTransport Transport { get; set; }

Attempts to create a KubernetesProxyConfig from environment variables. This method should only be called when the user has explicitly enabled the feature.

public string GetCaCertificateContent()

Gets the CA certificate bundle content, either from the file or from the inline data.