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

Azure.Identity.EnvironmentVariables

namespace Azure.Identity { internal class EnvironmentVariables { public static string Username { get; } public static string Password { get; } public static string TenantId { get; } public static List<string> AdditionallyAllowedTenants { get; } public static string ClientId { get; } public static string ClientSecret { get; } public static string ClientCertificatePath { get; } public static string ClientCertificatePassword { get; } public static bool ClientSendCertificateChain { get; } public static string IdentityEndpoint { get; } public static string IdentityHeader { get; } public static string PodIdentityEndpoint { get; } public static string Path { get; } public static string ProgramFilesX86 { get; } public static string ProgramFiles { get; } public static string AuthorityHost { get; } public static string AzureRegionalAuthorityName { get; } public static string AzureFederatedTokenFile { get; } public static string AzureKubernetesTokenProxy { get; } public static string AzureKubernetesCaFile { get; } public static string AzureKubernetesCaData { get; } public static string AzureKubernetesSniName { get; } public static string CredentialSelection { get; } public EnvironmentVariables(); } }