Operational access control metadata for a schema.

interface Limits {
    fabricScoped: boolean;
    fabricSensitive: boolean;
    readable: boolean;
    readLevel: AccessLevel;
    timed: boolean;
    writable: boolean;
    writeLevel: AccessLevel;
}

Properties

fabricScoped: boolean
fabricSensitive: boolean
readable: boolean
readLevel: AccessLevel
timed: boolean
writable: boolean
writeLevel: AccessLevel