custom Info Types
suspend fun customInfoTypes(value: Output<List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>)
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<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>)
suspend fun customInfoTypes(values: List<Output<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>)
suspend fun customInfoTypes(vararg values: PreventionInspectTemplateInspectConfigCustomInfoTypeArgs)
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 PreventionInspectTemplateInspectConfigCustomInfoTypeArgsBuilder.() -> Unit>)
suspend fun customInfoTypes(vararg argument: suspend PreventionInspectTemplateInspectConfigCustomInfoTypeArgsBuilder.() -> Unit)
suspend fun customInfoTypes(argument: suspend PreventionInspectTemplateInspectConfigCustomInfoTypeArgsBuilder.() -> 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.