Skip to main content

Variable: DictionaryTagsSchema

const DictionaryTagsSchema: ZodObject<{
classification: ZodOptional<ZodNullable<ZodArray<ZodEnum<["pab", "endpoint"]>, "many">>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
classification: ZodOptional<ZodNullable<ZodArray<ZodEnum<["pab", "endpoint"]>, "many">>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
classification: ZodOptional<ZodNullable<ZodArray<ZodEnum<["pab", "endpoint"]>, "many">>>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/dlp-dictionary.ts:74

Tag block attached to a dictionary.