Class RepositorySecurityContext
Represents information about the permissions applied in the repository.
Inheritance
System.Object
RepositorySecurityContext
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositorySecurityContext : object
Properties
IdentifierPermissions
Gets the permissions that apply to a specific item.
Declaration
public Collection<ItemPermission> IdentifierPermissions { get; }
Property Value
| Type | Description |
|---|---|
| Collection<ItemPermission> |
TypePermissions
Gets the permissions that apply to all items of a particular type.
Declaration
public Collection<ItemTypePermission> TypePermissions { get; }
Property Value
| Type | Description |
|---|---|
| Collection<ItemTypePermission> |