IAzureCosmosDbGetRoleAssignmentsOfScope Method
Retrieves role assignments of scope scopeId.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<GridResults<RoleAssignmentDto>> GetRoleAssignmentsOfScope(
UserSessionData currentUser,
Guid scopeId,
int pageSize,
int skip,
CancellationToken cancellationToken = default
)
- currentUser UserSessionData
- Current user
- scopeId Guid
- Scope Id
- pageSize Int32
- Page size
- skip Int32
- Items to skip
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskGridResultsRoleAssignmentDtoRetrieves all role assignments directly assigned to the scope (not scopes above or below it!)
Note: role assignments of items above or below the scope will not be included.