> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# VaultSecretCopyResponse

Metadata for the copies now stored in the intern scope, one entry per requested name.

## Example Usage

```typescript theme={null}
import { VaultSecretCopyResponse } from "@openrouter/sdk/models";

let value: VaultSecretCopyResponse = {
  data: [
    {
      createdAt: new Date("2026-09-15T17:44:00.000Z"),
      fingerprint:
        "sha256:9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
      hosts: [
        "api.github.com",
      ],
      name: "github_token",
    },
  ],
};
```

## Fields

| Field  | Type                                               | Required             | Description |
| ------ | -------------------------------------------------- | -------------------- | ----------- |
| `data` | [models.VaultSecret](../models/vaultsecret.mdx)\[] | :heavy\_check\_mark: | N/A         |
