Class VaultEnvironmentProperties.AzureMsiProperties

java.lang.Object
org.springframework.cloud.config.server.environment.VaultEnvironmentProperties.AzureMsiProperties
Enclosing class:
VaultEnvironmentProperties

public static class VaultEnvironmentProperties.AzureMsiProperties extends Object
Azure MSI properties.
  • Constructor Details

    • AzureMsiProperties

      public AzureMsiProperties()
  • Method Details

    • getAzurePath

      public String getAzurePath()
    • getIdentityTokenService

      public String getIdentityTokenService()
    • getMetadataService

      public String getMetadataService()
    • getRole

      public String getRole()
    • setAzurePath

      public void setAzurePath(String azurePath)
    • setIdentityTokenService

      public void setIdentityTokenService(String identityTokenService)
    • setMetadataService

      public void setMetadataService(String metadataService)
    • setRole

      public void setRole(String role)