@ConfigurationProperties(value="spring.cloud.config.server.gcp-secret-manager") public class GoogleSecretManagerEnvironmentProperties extends Object implements EnvironmentRepositoryProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
GOOGLE_METADATA_PROJECT_URL
The metadata URL to get the project ID from.
|
| Constructor and Description |
|---|
GoogleSecretManagerEnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationLabel() |
int |
getOrder() |
String |
getProfileLabel() |
String |
getServiceAccount() |
Boolean |
getTokenMandatory() |
Integer |
getVersion() |
void |
setApplicationLabel(String applicationLabel) |
void |
setOrder(int order) |
void |
setProfileLabel(String profileLabel) |
void |
setServiceAccount(String serviceAccount) |
void |
setTokenMandatory(Boolean tokenMandatory) |
void |
setVersion(Integer version) |
public static final String GOOGLE_METADATA_PROJECT_URL
public GoogleSecretManagerEnvironmentProperties()
public void setOrder(int order)
setOrder in interface EnvironmentRepositoryPropertiespublic int getOrder()
public Boolean getTokenMandatory()
public void setTokenMandatory(Boolean tokenMandatory)
public String getApplicationLabel()
public void setApplicationLabel(String applicationLabel)
public String getProfileLabel()
public void setProfileLabel(String profileLabel)
public Integer getVersion()
public void setVersion(Integer version)
public String getServiceAccount()
public void setServiceAccount(String serviceAccount)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.