Class SetGlobalPermissionsParams


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

    Original spec-file type: SetGlobalPermissionsParams

     Input parameters for the "set_global_permission" function.
                     One, and only one, of the following is required:
                     ws_id id - the numerical ID of the workspace.
                     ws_name workspace - the name of the workspace.
                     Required arguments:
                     permission new_permission - the permission to assign to all users,
                             either 'n' or 'r'. 'r' means that all users will be able to read
                             the workspace; otherwise users must have specific permission to
                             access the workspace.