VaultSecretCopyResponse
Metadata for the copies now stored in the intern scope, one entry per requested name.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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",
},
],
};
| Field | Type | Required | Description |
|---|---|---|---|
data | models.VaultSecret[] | :heavy_check_mark: | N/A |