Azure.Identity.EnvironmentCredentialOptions
public class EnvironmentCredentialOptions : TokenCredentialOptions, ISupportsDisableInstanceDiscovery, ISupportsAdditionallyAllowedTenants
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();
}
}