Class GetPermissionsRequest
Gets all permissions that apply to the specified items and item types.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetPermissionsRequest
Properties
Identifiers
The identifiers of the items for which permissions are retrieved.
Declaration
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| Collection<IdentifierInRequest> |
ItemTypes
The item types for which permissions are retrieved.
Declaration
public Collection<Guid> ItemTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| Collection<Guid> |