IPermissions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IPermissions
type IPermissions = interface
Public Interface IPermissions
Derived
Methods
AddWithHttpMessagesAsync(Guid, UserCollaborator, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(Guid, UserCollaborator, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
UpdateWithHttpMessagesAsync(Guid, CollaboratorsArray, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
AddAsync(IPermissions, Guid, UserCollaborator, CancellationToken)
DeleteAsync(IPermissions, Guid, UserCollaborator, CancellationToken)
ListAsync(IPermissions, Guid, CancellationToken)
UpdateAsync(IPermissions, Guid, CollaboratorsArray, CancellationToken)