Configuration Reference
Version:3.7.0
Azure Cosmos Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
|
|
boolean |
|
|
com.azure.cosmos.models.CosmosAuthorizationTokenResolver |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
com.azure.core.credential.TokenCredential |
|
|
java.util.List |
|
|
com.azure.cosmos.ConsistencyLevel |
|
|
boolean |
|
|
com.azure.cosmos.GatewayConnectionConfig |
|
|
com.azure.cosmos.DirectConnectionConfig |
|
|
java.lang.String |
|
|
com.azure.cosmos.ThrottlingRetryOptions |
|
|
java.util.List |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
com.azure.cosmos.models.CosmosClientTelemetryConfig |
|
|
boolean |
When the value is true then default gateway configuration will be used in cosmos client. |
Azure Sdk Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.Optional |
@return an Azure Storage connection string. |
|
java.util.Optional |
@return an Azure Storage account name. |
|
java.util.Optional |
@return an Azure Storage account password. |
Property | Type | Description |
---|---|---|
|
java.util.Optional |
The tenant id. The default is the tenant the user originally authenticated to via the Visual Studio Code Azure Account plugin. @return tenant id |
Property | Type | Description |
---|---|---|
|
java.util.Optional |
The tenant id. The default is the tenant the user originally authenticated to via the Azure Toolkit for IntelliJ plugin. @return tenant id |
|
java.util.Optional |
Specifies the KeePass database path to read the cached credentials of Azure toolkit for IntelliJ plugin. The databasePath is required on Windows platform. For macOS and Linux platform native key chain / key ring will be accessed respectively to retrieve the cached credentials. @return path to KeePass database |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Gets the client ID of the application. @return the client id |
|
java.util.Optional |
Gets the path of the PEM certificate for authenticating to AAD. @return the pem certificate path |
|
java.util.Optional |
Gets the path of the PFX certificate for authenticating to AAD. @return the pfx certificate path |
|
java.lang.String |
Gets the password protecting the PFX certificate file. @return the pfx certificate password |
|
java.lang.String |
Gets the tenant ID of the application. @return tenant id |
Property | Type | Description |
---|---|---|
|
java.util.Optional |
Specifies the client ID of user assigned or system assigned identity. Required only for user-assigned identity. @return client id |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Gets the client ID of the application. @return the client id |
|
java.lang.String |
Gets the client secret for the authentication. @return client secret |
|
java.lang.String |
Gets the tenant ID of the application. @return tenant id |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Gets the client ID of the application. @return the client id |
|
java.lang.String |
Gets the username of the user. @return the username |
|
java.lang.String |
Gets the password of the user. @return the password |
|
java.util.Optional |
Gets the tenant ID of the application. @return tenant id |
Azure Secret Manager Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
key vault url. |