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 Cloud Desktop
  • Getting started
  • Access management
  • Pricing policy
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetRdpFile
        • List
        • ListOperations
        • Create
        • UpdateProperties
        • Delete
        • ResetPassword
        • Restart
  • Cloud Desktop events

In this article:

  • gRPC request
  • ResetPasswordRequest
  • User
  • ResetPasswordResponse
  1. API reference
  2. gRPC
  3. Desktop
  4. ResetPassword

Cloud Desktop API, gRPC: DesktopService.ResetPassword

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ResetPasswordRequest
  • User
  • ResetPasswordResponse

Reset password

gRPC requestgRPC request

rpc ResetPassword (ResetPasswordRequest) returns (ResetPasswordResponse)

ResetPasswordRequestResetPasswordRequest

{
  "desktop_id": "string",
  "user": {
    "subject_id": "string",
    "subject_type": "string"
  }
}

Field

Description

desktop_id

string

Required field. ID of the desktop.

user

User

Required field. User of the desktop.

UserUser

Field

Description

subject_id

string

Required field. Identity of the access binding.

subject_type

string

Required field. Type of the access binding, e.g. userAccount, serviceAccount, system.

ResetPasswordResponseResetPasswordResponse

{
  "password": "string"
}

Field

Description

password

string

Generated password

Was the article helpful?

Previous
Delete
Next
Restart
Yandex project
© 2025 Yandex.Cloud LLC