identifying Fields
suspend fun identifyingFields(value: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>>)
suspend fun identifyingFields(value: List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>?)
Parameters
value
Specifies the BigQuery fields that will be returned with findings. If not specified, no identifying fields will be returned for findings. Structure is documented below.
suspend fun identifyingFields(vararg values: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>)
suspend fun identifyingFields(values: List<Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>>)
suspend fun identifyingFields(vararg values: PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs)
Parameters
values
Specifies the BigQuery fields that will be returned with findings. If not specified, no identifying fields will be returned for findings. Structure is documented below.
suspend fun identifyingFields(argument: List<suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgsBuilder.() -> Unit>)
suspend fun identifyingFields(vararg argument: suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgsBuilder.() -> Unit)
suspend fun identifyingFields(argument: suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgsBuilder.() -> Unit)
Parameters
argument
Specifies the BigQuery fields that will be returned with findings. If not specified, no identifying fields will be returned for findings. Structure is documented below.