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 Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • GetSettings
        • UpdateSettings
        • GetProfile
        • ListProfiles
        • CreateProfile
        • UpdateProfile
        • SetDefaultProfile
        • DeleteProfile
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetOsLoginSettingsRequest
  • OsLoginSettings
  • UserSshKeySettings
  • SshCertificateSettings
  1. API reference
  2. gRPC
  3. OsLogin
  4. GetSettings

Cloud Organization API, gRPC: OsLoginService.GetSettings

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetOsLoginSettingsRequest
  • OsLoginSettings
  • UserSshKeySettings
  • SshCertificateSettings

OsLogin settings

gRPC requestgRPC request

rpc GetSettings (GetOsLoginSettingsRequest) returns (OsLoginSettings)

GetOsLoginSettingsRequestGetOsLoginSettingsRequest

{
  "organization_id": "string"
}

Field

Description

organization_id

string

Required field.

OsLoginSettingsOsLoginSettings

{
  "user_ssh_key_settings": {
    "enabled": "bool",
    "allow_manage_own_keys": "bool"
  },
  "ssh_certificate_settings": {
    "enabled": "bool"
  }
}

Field

Description

user_ssh_key_settings

UserSshKeySettings

ssh_certificate_settings

SshCertificateSettings

UserSshKeySettingsUserSshKeySettings

Field

Description

enabled

bool

allow_manage_own_keys

bool

SshCertificateSettingsSshCertificateSettings

Field

Description

enabled

bool

Was the article helpful?

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