ISecuritySubject.IsHidden

Syntax

IsHidden: Boolean;

Description

The IsHidden property indicates whether hidden security subject exists.

Comments

This property is relevant for domain security subjects.

The property returns True if the security subject has permissions to some repository objects, but it is not included in the list of subjects in the security manager of the platform.

Example

The example of use is given in description of the IMetabaseSecurity.Groups property.

See also:

ISecuritySubject