Class CountPermissions
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CountPermissions : Query<int>, IQuery<int>, IPermissionCriteria
- Inheritance
-
CountPermissions
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CountPermissions()
public CountPermissions()
Properties
AllowAdministrate
public bool? AllowAdministrate { get; set; }
Property Value
- bool?
public bool? AllowConfigure { get; set; }
Property Value
- bool?
AllowCreate
public bool? AllowCreate { get; set; }
Property Value
- bool?
AllowDelete
public bool? AllowDelete { get; set; }
Property Value
- bool?
AllowExecute
public bool? AllowExecute { get; set; }
Property Value
- bool?
AllowRead
public bool? AllowRead { get; set; }
Property Value
- bool?
AllowTrialAccess
public bool? AllowTrialAccess { get; set; }
Property Value
- bool?
AllowWrite
public bool? AllowWrite { get; set; }
Property Value
- bool?
GroupIdentifier
public Guid? GroupIdentifier { get; set; }
Property Value
- Guid?
ObjectIdentifier
public Guid? ObjectIdentifier { get; set; }
Property Value
- Guid?
ObjectType
public string ObjectType { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
PermissionGranted
public DateTimeOffset? PermissionGranted { get; set; }
Property Value
- DateTimeOffset?
PermissionGrantedBy
public Guid? PermissionGrantedBy { get; set; }
Property Value
- Guid?
PermissionMask
public int? PermissionMask { get; set; }
Property Value
- int?