IMetabasePolicy.DiscretionaryAccessControl

Syntax

DiscretionaryAccessControl: Boolean;

Description

The DiscretionaryAccessControl property determines whether it is possible to use discretionary access control to objects.

Comments

The property is set to True by default, the discretionary access control to objects is used.

Discretionary access control is available for simultaneous use with mandatory access control or attribute-based access control. When discretionary and attribute-based access control methods are used at the same time, permission combination algorithm is available in access control.

Use the SecurityDescriptor property to set access permissions.

Example

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

See also:

IMetabasePolicy