ObjectAccessRule public abstract class ObjectAccessRule : AccessRule Documentation Code public Guid InheritedObjectType { get; } public ObjectAceFlags ObjectFlags { get; } public Guid ObjectType { get; } protected ObjectAccessRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AccessControlType type)