PermissionListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class PermissionListOptions { Guid? ApplicationId { get; set; } int? GroupId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Application Id to where the permission is being assigned. Either GroupId or ApplicationId and ApplicationTypeId is required. | ||
GroupId | int? | Id of the group where the permission is being assigned. Either GroupId or ApplicationId and ApplicationTypeId is required. |