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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetUserSshKeyRequest
  • UserSshKey
  1. API reference
  2. gRPC
  3. UserSshKey
  4. Get

Cloud Organization API, gRPC: UserSshKeyService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetUserSshKeyRequest
  • UserSshKey

gRPC requestgRPC request

rpc Get (GetUserSshKeyRequest) returns (UserSshKey)

GetUserSshKeyRequestGetUserSshKeyRequest

{
  "user_ssh_key_id": "string"
}

Field

Description

user_ssh_key_id

string

Required field.

UserSshKeyUserSshKey

{
  "id": "string",
  "subject_id": "string",
  "data": "string",
  "name": "string",
  "fingerprint": "string",
  "organization_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "expires_at": "google.protobuf.Timestamp"
}

Field

Description

id

string

subject_id

string

data

string

name

string

fingerprint

string

organization_id

string

created_at

google.protobuf.Timestamp

expires_at

google.protobuf.Timestamp

Used for temporary keys, if empty the key doesn't expire

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.