IMetabaseMandatoryAccess.IsSimple

Syntax

IsSimple: Boolean;

Description

The IsSimple property determines whether method of access restriction by levels is used.

Comments

If property is set to True, mode of access by levels will be enabled in repository security policy. Operating principle is described in theMethod of Access by Levels subsection. On access distribution by levels security categories are not used, but required security levels are created in the one category which will be returned in the IMetabaseMandatoryAccess.Category property.

Example

The example of use is given in description of the IMetabasePolicy.ESKMode property.

See also:

IMetabaseMandatoryAccess