DACConstraint: {
    pathIsPrefix?: boolean;
    resourcePath: LiteralValue[];
    type: DACConstraintType;
}

A data access control (DAC) constraint.

Type declaration