Options for Azure Pipelines credential. More...
#include <azure_pipelines_credential.hpp>
Public Attributes | |
std::string | AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost() |
Authentication authority URL. | |
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 Azure::Identity::AzurePipelinesCredentialOptions::AuthorityHost = _detail::DefaultOptionValues::GetAuthorityHost() |