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