public static class VaultProperties.GcpIamProperties extends Object
| Constructor and Description |
|---|
GcpIamProperties() |
| Modifier and Type | Method and Description |
|---|---|
VaultProperties.GcpCredentials |
getCredentials() |
String |
getGcpPath() |
Duration |
getJwtValidity() |
String |
getProjectId() |
String |
getRole() |
String |
getServiceAccountId() |
void |
setGcpPath(String gcpPath) |
void |
setJwtValidity(Duration jwtValidity) |
void |
setProjectId(String projectId) |
void |
setRole(String role) |
void |
setServiceAccountId(String serviceAccountId) |
public VaultProperties.GcpCredentials getCredentials()
public String getGcpPath()
public String getRole()
public String getProjectId()
public String getServiceAccountId()
public Duration getJwtValidity()
public void setGcpPath(String gcpPath)
public void setRole(String role)
public void setProjectId(String projectId)
public void setServiceAccountId(String serviceAccountId)
public void setJwtValidity(Duration jwtValidity)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.