Show / Hide Table of Contents

Interface IOrgProjectToolScopeAccessService<T>

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

Inherited Members
ICreateObjectAccessService<T>.VerifyScopeAdminAccessAsync(Scope)
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public interface IOrgProjectToolScopeAccessService<T> : ICreateObjectAccessService<T> where T : class
Type Parameters
Name Description
T

The type to send as a message to possible AccessDeniedException invocations.

Methods

View Source

HasScopeAdminAccessAsync(Scope)

Determines if the current user can create objects in the scope provided.

Declaration
Task<bool> HasScopeAdminAccessAsync(Scope scope)
Parameters
Type Name Description
Scope scope

The scope to check.

Returns
Type Description
Task<System.Boolean>

True if the user can create objects. Otherwise, false.

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