Azure.Identity.AzureCliCredentialOptions
public class AzureCliCredentialOptions : TokenCredentialOptions, ISupportsAdditionallyAllowedTenants, ISupportsTenantId
Options for configuring the AzureCliCredential.
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.
The Cli process timeout.
The subscription name or Id to use for authentication. This equates to the --subscription parameter in the Azure CLI.
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.
public AzureCliCredentialOptions()