custom Info Types
suspend fun customInfoTypes(value: Output<List<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>>)
suspend fun customInfoTypes(value: List<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>?)
Parameters
value
Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.
suspend fun customInfoTypes(vararg values: Output<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>)
suspend fun customInfoTypes(values: List<Output<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>>)
suspend fun customInfoTypes(vararg values: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs)
Parameters
values
Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.
suspend fun customInfoTypes(argument: List<suspend PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgsBuilder.() -> Unit>)
suspend fun customInfoTypes(vararg argument: suspend PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgsBuilder.() -> Unit)
suspend fun customInfoTypes(argument: suspend PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgsBuilder.() -> Unit)
Parameters
argument
Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.