Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Lockbox
  • Getting started
  • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetEx
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetExRequest
  • FolderAndName
  • GetExResponse
  1. API reference
  2. gRPC
  3. Payload
  4. GetEx

Lockbox API, gRPC: PayloadService.GetEx

Written by
Yandex Cloud
Updated at January 14, 2025
  • gRPC request
  • GetExRequest
  • FolderAndName
  • GetExResponse

gRPC requestgRPC request

rpc GetEx (GetExRequest) returns (GetExResponse)

GetExRequestGetExRequest

{
  // Includes only one of the fields `secret_id`, `folder_and_name`
  "secret_id": "string",
  "folder_and_name": {
    "folder_id": "string",
    "secret_name": "string"
  },
  // end of the list of possible fields
  "version_id": "string"
}

Field

Description

secret_id

string

Includes only one of the fields secret_id, folder_and_name.

folder_and_name

FolderAndName

Includes only one of the fields secret_id, folder_and_name.

version_id

string

FolderAndNameFolderAndName

Field

Description

folder_id

string

Required field.

secret_name

string

Required field.

GetExResponseGetExResponse

{
  "secret_id": "string",
  "version_id": "string",
  "entries": "map<string, bytes>"
}

Field

Description

secret_id

string

version_id

string

entries

object (map<string, bytes>)

Was the article helpful?

Previous
Get
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC