RestrictIsaAccess: Boolean;
RestrictIsaAccess: System.Boolean;
The RestrictIsaAccess property determines whether users who have a privilege as ISA (Change security mode and a list of access control of any object) have a possibility to open 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 use is given in the example for IMetabasePolicy.AllowCreateUserGrant.
See also: