Options for configuring the Azure::Identity::AzureCliCredential.
#include <azure_cli_credential.hpp>
|
|
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.
|
| |
The documentation for this struct was generated from the following file: