Skip to content

@purista/infisical-secret-store v2.0.5


PURISTA API / @purista/infisical-secret-store / Secret

Type Alias: Secret

Secret: object

Defined in: infisical-secret-store/src/InfisicalClient/types/Secret.ts:1

Type declaration

_id

_id: string

createdAt

createdAt: string

environment

environment: string

secretCommentCiphertext?

optional secretCommentCiphertext: string

secretCommentIV?

optional secretCommentIV: string

secretCommentTag?

optional secretCommentTag: string

secretKeyCiphertext

secretKeyCiphertext: string

secretKeyIV

secretKeyIV: string

secretKeyTag

secretKeyTag: string

secretValueCiphertext

secretValueCiphertext: string

secretValueIV

secretValueIV: string

secretValueTag

secretValueTag: string

type

type: "shared" | "personal"

updatedAt

updatedAt: string

user?

optional user: string

version

version: number

workspace

workspace: string