fileTypes

@JvmName(name = "xhjobjdbnitmtxbw")
suspend fun fileTypes(value: Output<List<GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem>>)
@JvmName(name = "gkgbpbieargskneo")
suspend fun fileTypes(value: List<GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem>?)

Parameters

value

List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.


@JvmName(name = "pclrfqxaixpgemdb")
suspend fun fileTypes(vararg values: Output<GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem>)


@JvmName(name = "cqjmaypxpqjqsjnh")
suspend fun fileTypes(values: List<Output<GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem>>)
@JvmName(name = "ogfoiuvrirdyucfh")
suspend fun fileTypes(vararg values: GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem)

Parameters

values

List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.