SecurityDescriptorFlags

Description

The SecurityDescriptorFlags enumeration determines whether access permissions are inherited 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 its children.
1 AutoInherited. Description is inherited. Access permissions for 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 for object are determined by a list of security subjects determined for an object.

See also:

Metabase Assembly Enumerations