Interface IOrgProjectScopeAccessService<T>
Interface for determining access to objects with an org/project (/o:{id}/p:{id}) scope.
Inherited Members
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public interface IOrgProjectScopeAccessService<T> : ICreateObjectAccessService<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type to send as a message to possible AccessDeniedException invocations. |