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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies 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

  • Method Details

    • getTenantId

      Optional<String> 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

      Optional<String> 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