Azure.Identity.AzureDeveloperCliCredentialOptions
public class AzureDeveloperCliCredentialOptions : TokenCredentialOptions, ISupportsAdditionallyAllowedTenants, ISupportsTenantId
Options for configuring the AzureDeveloperCliCredential.
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 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.
public AzureDeveloperCliCredentialOptions()