Skip to main content

RtDataAction

Namespace: Meshmakers.Octo.Runtime.Contracts.DataPermissions

Actions a data policy can grant on a CK type (AB#4972).

public enum RtDataAction

Inheritance ObjectValueTypeEnumRtDataAction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Read0Read entities of the target types.
Write1Create or modify entities of the target types.
Delete2Delete entities of the target types.