Package com.strongdm.api
Class GCPStore
java.lang.Object
com.strongdm.api.GCPStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
Constructors -
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.voidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidsetProjectID(String in) The GCP project ID to target.voidTags is a map of key, value pairs.
-
Constructor Details
-
GCPStore
public GCPStore()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getIdin interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getNamein interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setNamein 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:
getTagsin interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTagsin interfaceSecretStore
-