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

Azure.Identity.AzurePowerShellCredentialOptions

Options for configuring the AzurePowerShellCredential.
namespace Azure.Identity { public class AzurePowerShellCredentialOptions : TokenCredentialOptions, ISupportsAdditionallyAllowedTenants, ISupportsTenantId { public string TenantId { get; set; } public IList<string> AdditionallyAllowedTenants { get; } public TimeSpan? ProcessTimeout { get; set; } public AzurePowerShellCredentialOptions(); } }