RestrictAdminAccess: Boolean;
The RestrictAdminAccess property determines whether the users having the privilege as the application administrator (creating, deleting users) can open repository objects.
The property is set to False by default. If the value is True, the Read and Write Permission for All Objects user privilege is ignored, and if the user tries to open a repository object the message says that there are not enough permissions to execute the operation.
The property is relevant if administrators roles separation is used.
The property use is given in the example for IMetabasePolicy.AllowCreateUserGrant.
See also: