Package com.strongdm.api
Class GCPStore
java.lang.Object
com.strongdm.api.GCPStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Unique identifier of the SecretStore.getName()
Unique human-readable name of the SecretStore.The GCP project ID to target.getTags()
Tags is a map of key, value pairs.void
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
setProjectID
(String in) The GCP project ID to target.void
Tags is a map of key, value pairs.
-
Constructor Details
-
GCPStore
public GCPStore()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getId
in interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getName
in interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setName
in interfaceSecretStore
-
getProjectID
The GCP project ID to target. -
setProjectID
The GCP project ID to target. -
getTags
Tags is a map of key, value pairs.- Specified by:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in interfaceSecretStore
-