Class GrantModuleOwnershipParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GrantModuleOwnershipParams
    extends Object

    Original spec-file type: GrantModuleOwnershipParams

     Parameters for the grant_module_ownership function.
                     Required arguments:
                     modulename mod - the module to modify.
                     username new_owner - the user to add to the module's list of
                             owners.
                     Optional arguments:
                     boolean with_grant_option - true to allow the user to add owners
                             to the module.