RestrictAdminAccess: Boolean;
RestrictAdminAccess: System.Boolean;
The RestrictAdminAccess property determines, whether the users having the privilege as the application administrator (creating, deleting users), ability to open the repository objects.
By default the property is set to False. If the value is True, user's privileges "Right to read and open all objects" are ignored, and if the user tries to open a repository object the message says that there are not enough rights to do the operation.
The property is relevant, if distributing administrators roles is used.
The property use is given in the example for IMetabasePolicy.AllowCreateUserGrant.
See also: