Zero Trust Dlp Custom Profile Args
constructor(accountId: Output<String>? = null, aiContextEnabled: Output<Boolean>? = null, allowedMatchCount: Output<Int>? = null, confidenceThreshold: Output<String>? = null, contextAwareness: Output<ZeroTrustDlpCustomProfileContextAwarenessArgs>? = null, description: Output<String>? = null, entries: Output<List<ZeroTrustDlpCustomProfileEntryArgs>>? = null, name: Output<String>? = null, ocrEnabled: Output<Boolean>? = null, profiles: Output<List<ZeroTrustDlpCustomProfileProfileArgs>>? = null, sharedEntries: Output<List<ZeroTrustDlpCustomProfileSharedEntryArgs>>? = null)