The subject is about registering tables in DBMS.
Currently, only the schema owner can register tables.
The idea would be to allow a user (who is not the schema owner), with read permission on the table, to perform the registration and correct "Schema is out of date" problems (the table dictionary in the SDE schema is different from the table itself).
Since the above information can only be obtained with read permission, this idea allows for easier administration in corporate environments (having access to the schema owner's password is neither easy nor desirable).
It could be a specific user who only handles these tasks related to the possibility of the data being read.