Identity Hub API, gRPC: OsLoginService.GetSettings
Written by
Updated at August 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 |