RtDataAccessLevel
Namespace: Meshmakers.Octo.Runtime.Contracts.DataPermissions
Effective access of a subject to a CK type for one action.
public enum RtDataAccessLevel
Inheritance Object → ValueType → Enum → RtDataAccessLevel
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Open | 0 | No policy targets the type — unrestricted (backward-compatible default). |
| Allowed | 1 | The type is protected and a grant allows full access. |
| OwnedOnly | 2 | The type is protected and a grant allows access to own entities only (RtCreatedBy). |
| Denied | 3 | The type is protected and no grant matches. |