Cloud Organization API, REST: OsLogin.getSettings
Статья создана
Обновлена 29 января 2024 г.
OsLogin settings
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/organizations/{organizationId}/osLoginSettings
Path parameters
Parameter | Description |
---|---|
organizationId | Required. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"userSshKeySettings": {
"enabled": true,
"allowManageOwnKeys": true
},
"sshCertificateSettings": {
"enabled": true
}
}
Field | Description |
---|---|
userSshKeySettings | object |
userSshKeySettings. enabled |
boolean (boolean) |
userSshKeySettings. allowManageOwnKeys |
boolean (boolean) |
sshCertificateSettings | object |
sshCertificateSettings. enabled |
boolean (boolean) |