/** *
A complex data type that includes the field patterns to match for field-level encryption.
*/ export interface _FieldPatterns { /** *The number of field-level encryption field patterns.
*/ Quantity: number; /** *An array of the field-level encryption field patterns.
*/ Items?: ArrayAn array of the field-level encryption field patterns.
*/ Items?: Array