infoType

@JvmName(name = "gamldadexeehyifp")
suspend fun infoType(value: Output<GooglePrivacyDlpV2InfoTypeArgs>)
@JvmName(name = "npfixnpmiuqccfyr")
suspend fun infoType(value: GooglePrivacyDlpV2InfoTypeArgs?)

Parameters

value

CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in InspectContent.info_types field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in InspectContent.info_types list then the name is treated as a custom info type.


@JvmName(name = "jvaxmbmxkgdikvyk")
suspend fun infoType(argument: suspend GooglePrivacyDlpV2InfoTypeArgsBuilder.() -> Unit)

Parameters

argument

CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in InspectContent.info_types field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in InspectContent.info_types list then the name is treated as a custom info type.