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

Azure.Identity.AzureCliCredentialOptions

Options for configuring the AzureCliCredential.
public IList<string> AdditionallyAllowedTenants { get; }

Specifies tenants in addition to the specified TenantId for which the credential may acquire tokens. Add the wildcard value "*" to allow the credential to acquire tokens for any tenant the logged in account can access. If no value is specified for TenantId this option will have no effect, and the credential will acquire tokens for any requested tenant.

public TimeSpan? ProcessTimeout { get; set; }

The Cli process timeout.

public string Subscription { get; set; }

The subscription name or Id to use for authentication. This equates to the --subscription parameter in the Azure CLI.

public string TenantId { get; set; }

The ID of the tenant to which the credential will authenticate by default. If not specified, the credential will authenticate to any requested tenant, and will default to the tenant provided to the 'az login' command.