Package io.micronaut.azure.credentials
Interface AzureCredentialsConfiguration.IntelliJCredentialConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- Enclosing interface:
- AzureCredentialsConfiguration
@ConfigurationProperties("intellij")
public static interface AzureCredentialsConfiguration.IntelliJCredentialConfiguration
extends io.micronaut.core.util.Toggleable
The IntelliJ credential configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the KeePass database path to read the cached credentials of Azure toolkit for IntelliJ plugin.The tenant id.Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Field Details
-
NAME
- See Also:
-
ENABLED
- See Also:
-
-
Method Details
-
getTenantId
The tenant id. The default is the tenant the user originally authenticated to via the Azure Toolkit for IntelliJ plugin.- Returns:
- tenant id
-
getKeePassDatabasePath
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.- Returns:
- path to KeePass database
-