Table of Contents

Interface IGroupRightSettingsRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Security
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос изменения настроек настроек доступа у права на группе.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GroupRightSettingsRequest))]
public interface IGroupRightSettingsRequest : IWebApiRequest

Properties

GroupIdentifier

Идентификатор группы.

IIdentifiableObject GroupIdentifier { get; set; }

Property Value

IIdentifiableObject

StructureRight

Настройки доступа группы.

IGroupStructureRight StructureRight { get; set; }

Property Value

IGroupStructureRight