Show / Hide Table of Contents

Interface IOrgScopeAccessService<T>

Interface for determining access to objects with an org/project (/o:{id}) scope.

Inherited Members
ICreateObjectAccessService<T>.VerifyScopeAdminAccessAsync(Scope)
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.

  • View Source
In This Article
Back to top Generated by DocFX