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
  • ListUserSshKeysRequest
  • ListUserSshKeysResponse
  • UserSshKey
  1. API reference
  2. gRPC
  3. UserSshKey
  4. List

Cloud Organization API, gRPC: UserSshKeyService.List

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

gRPC requestgRPC request

rpc List (ListUserSshKeysRequest) returns (ListUserSshKeysResponse)

ListUserSshKeysRequestListUserSshKeysRequest

{
  "organization_id": "string",
  "subject_id": "string",
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

organization_id

string

Required field.

subject_id

string

if empty, list all organization keys

page_size

int64

page_token

string

ListUserSshKeysResponseListUserSshKeysResponse

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

Field

Description

ssh_keys[]

UserSshKey

next_page_token

string

UserSshKeyUserSshKey

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
Get
Next
Create
© 2025 Direct Cursus Technology L.L.C.