Interface IGroupSecurity
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GroupSecurity))]
public interface IGroupSecurity : IStructureSecurity, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inherited Members
- Extension Methods
Properties
Rights
Права.
List<IGroupStructureRight>? Rights { get; set; }
Property Value
SecurityConcepts
Коллекция настроек, доступа понятий элемента структуры.
List<IConceptStructureSecurity>? SecurityConcepts { get; set; }