IMetabasePolicy.RestrictIsaAccess

Syntax

RestrictIsaAccess: Boolean;

RestrictIsaAccess: System.Boolean;

Description

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.

Comments

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.

Fore and Fore.NET Examples

The property use is given in the example for IMetabasePolicy.AllowCreateUserGrant.

See also:

IMetabasePolicy