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

Azure.Identity.AzureDeveloperCliCredentialOptions

Options for configuring the AzureDeveloperCliCredential.
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 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 'azd auth login' command.