Table of Contents

Interface IGroupSecurity

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Security
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

List<IGroupStructureRight>

SecurityConcepts

Коллекция настроек, доступа понятий элемента структуры.

List<IConceptStructureSecurity>? SecurityConcepts { get; set; }

Property Value

List<IConceptStructureSecurity>