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