Configuration Reference
Version:3.2.3
Azure Sdk Config Properties
🔗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 |
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 |
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 |