PermissionEntry
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PermissionEntry { Guid Id { get; set; } bool IsAllowed { get; set; } bool? IsImmediate { get; set; } string Name { get; set; } string PermissionId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Id | Guid | |||
IsAllowed | bool | |||
IsImmediate | bool? | |||
Name | string | |||
PermissionId | string |