Loading [MathJax]/extensions/tex2jax.js
azure-identity
All Classes Files Functions Variables Typedefs Pages
Public Attributes | List of all members
Azure::Identity::AzureCliCredentialOptions Struct Referencefinal

Options for configuring the Azure::Identity::AzureCliCredential.

#include <azure_cli_credential.hpp>

Inheritance diagram for Azure::Identity::AzureCliCredentialOptions:

Public Attributes

std::string TenantId
 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.
 
DateTime::duration CliProcessTimeout = std::chrono::seconds(13)
 The CLI process timeout.
 
std::vector< std::string > AdditionallyAllowedTenants
 For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens. Add the wildcard value "*" to allow the credential to acquire tokens for any tenant in which the application is installed.
 
std::string Subscription
 The name or ID of an Azure subscription. If not empty, it enables acquiring tokens for a subscription other than the Azure CLI's current subscription.
 

The documentation for this struct was generated from the following file: