Class GcpVaultConfigurationProperties
- java.lang.Object
-
- org.apache.camel.spring.boot.vault.GcpVaultConfigurationProperties
-
@ConfigurationProperties(prefix="camel.vault.gcp") public class GcpVaultConfigurationProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description GcpVaultConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProjectId()
String
getServiceAccountKey()
void
setProjectId(String projectId)
void
setServiceAccountKey(String serviceAccountKey)
-