Microsoft.Identity.Client.ManagedIdentity.EnvironmentVariables
class 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();
}
}