Class RepositorySecurityContext
Represents information about the permissions applied in the repository.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositorySecurityContext
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> |