Table of Contents

Interface IPermissionCriteria

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public interface IPermissionCriteria
Extension Methods

Properties

AllowAdministrate

bool? AllowAdministrate { get; set; }

Property Value

bool?

AllowConfigure

bool? AllowConfigure { get; set; }

Property Value

bool?

AllowCreate

bool? AllowCreate { get; set; }

Property Value

bool?

AllowDelete

bool? AllowDelete { get; set; }

Property Value

bool?

AllowExecute

bool? AllowExecute { get; set; }

Property Value

bool?

AllowRead

bool? AllowRead { get; set; }

Property Value

bool?

AllowTrialAccess

bool? AllowTrialAccess { get; set; }

Property Value

bool?

AllowWrite

bool? AllowWrite { get; set; }

Property Value

bool?

Filter

QueryFilter Filter { get; set; }

Property Value

QueryFilter

GroupIdentifier

Guid? GroupIdentifier { get; set; }

Property Value

Guid?

ObjectIdentifier

Guid? ObjectIdentifier { get; set; }

Property Value

Guid?

ObjectType

string ObjectType { get; set; }

Property Value

string

OrganizationIdentifier

Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

PermissionGranted

DateTimeOffset? PermissionGranted { get; set; }

Property Value

DateTimeOffset?

PermissionGrantedBy

Guid? PermissionGrantedBy { get; set; }

Property Value

Guid?

PermissionMask

int? PermissionMask { get; set; }

Property Value

int?