Red Hat Training

A Red Hat training course is available for Red Hat Satellite

10.65. setUserManageable

Name
setUserManageable
Description
Set the manageable flag for a given channel and user. If value is set to 'true', this method will give the user manage permissions to the channel. Otherwise, that privilege is revoked.
Parameters
  • string sessionKey
  • string channelLabel - label of the channel
  • string login - login of the target user
  • boolean value - value of the flag to set
Return Value
  • int - 1 on success, exception thrown otherwise.