Class RemovePermissionsRequest
Removes the specified permissions from the repository.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RemovePermissionsRequest
Properties
PermissionIds
The identifiers of the permissions to remove.
Declaration
[Required]
public Collection<long> PermissionIds { get; set; }
Property Value
Type | Description |
---|---|
Collection<long> |