SecurityDescriptorFlags

Description

The SecurityDescriptorFlags enumeration determines a flag of inheritance access permissions from a parent object.

It is used by the following property:

Available Values

Value Brief description
0 InheritedByChildren. Inheritance for children. Access permissions for the object are not inherited for the parent object but are inherited from a parent object for it's children.
1 AutoInherited. Description is inherited. Access permissions on the object are inherited from parent object and also are determined by a list of security subjects determined for an object.
2 Locked. Protection from inheritance. Access permissions on object are determined by a list of security subjects determined for an object.

See also:

Metabase Assembly Enumerations