<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.ManagedIdentity.EnvironmentVariables

namespace Microsoft.Identity.Client.ManagedIdentity { internal class EnvironmentVariables { public static string IdentityEndpoint { get; } public static string IdentityHeader { get; } public static string PodIdentityEndpoint { get; } public static string ImdsEndpoint { get; } public static string MsiEndpoint { get; } public static string MsiSecret { get; } public static string IdentityServerThumbprint { get; } public static string MachineLearningDefaultClientId { get; } public EnvironmentVariables(); } }