List all possible environment variables EnvironmentCredential reads, or may ever read from (#1219)

This commit is contained in:
Anton Kolesnyk 2020-12-18 11:13:54 -08:00 committed by GitHub
parent 78df96ab6c
commit 324c0955f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,14 @@ namespace Azure { namespace Identity {
public:
/**
* Constructs an environment credential.
*
* @details May read from the following environment variables:
* - AZURE_TENANT_ID
* - AZURE_CLIENT_ID
* - AZURE_CLIENT_SECRET
* - AZURE_CLIENT_CERTIFICATE_PATH
* - AZURE_USERNAME
* - AZURE_PASSWORD
*/
explicit EnvironmentCredential();