Identity Hub API, gRPC: OsLoginService.GetSettings
Статья создана
Обновлена 8 августа 2025 г.
OsLogin settings
gRPC request
rpc GetSettings (GetOsLoginSettingsRequest) returns (OsLoginSettings)
GetOsLoginSettingsRequest
{
"organization_id": "string"
}
|
Field |
Description |
|
organization_id |
string Required field. |
OsLoginSettings
{
"user_ssh_key_settings": {
"enabled": "bool",
"allow_manage_own_keys": "bool"
},
"ssh_certificate_settings": {
"enabled": "bool"
}
}
|
Field |
Description |
|
user_ssh_key_settings |
|
|
ssh_certificate_settings |
UserSshKeySettings
|
Field |
Description |
|
enabled |
bool |
|
allow_manage_own_keys |
bool |
SshCertificateSettings
|
Field |
Description |
|
enabled |
bool |