# @purista/gcloud-secret-store API

Google Secret Manager adapter for PURISTA secret values.

---
Canonical: /handbook/api/modules/_purista_gcloud-secret-store/
Format: Markdown for agents
---

Google Secret Manager adapter for PURISTA secret values.

Package: `@purista/gcloud-secret-store`

## Signature

```typescript
@purista/gcloud-secret-store
```

## Examples

```typescript
const store = new GoogleSecretStore({
  project: 'projects/example-project',
  cacheTtl: 30_000,
})

const secret = await store.getSecret('acme-prod-payments-api-token')
```

## Members

### Classes

- `class GoogleSecretStore` — Secret store backed by Google Secret Manager.

### Type Aliases

- `type GoogleSecretStoreConfig = void` — Google Secret Manager store configuration.

### Variables

- `const puristaVersion: "3.0.1"` — The PURISTA package version embedded in the published runtime build.
