IMetabasePolicy.RestrictAdminAccess

Syntax

RestrictAdminAccess: Boolean;

Description

The RestrictAdminAccess property determines whether the users having the privilege as the application administrator (creating, deleting users) can open repository objects.

Comments

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.

Example

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

See also:

IMetabasePolicy