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

Azure.Identity.EnvironmentCredentialOptions

Options used to configure the EnvironmentCredential.
namespace Azure.Identity { public class EnvironmentCredentialOptions : TokenCredentialOptions, ISupportsDisableInstanceDiscovery, ISupportsAdditionallyAllowedTenants { public bool DisableInstanceDiscovery { get; set; } public IList<string> AdditionallyAllowedTenants { get; } public EnvironmentCredentialOptions(); } }