excluded Fields
suspend fun excludedFields(value: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>>)
suspend fun excludedFields(value: List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>?)
Parameters
value
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. Structure is documented below.
suspend fun excludedFields(vararg values: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>)
suspend fun excludedFields(values: List<Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>>)
suspend fun excludedFields(vararg values: PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs)
Parameters
values
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. Structure is documented below.
suspend fun excludedFields(argument: List<suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgsBuilder.() -> Unit>)
suspend fun excludedFields(vararg argument: suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgsBuilder.() -> Unit)
suspend fun excludedFields(argument: suspend PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgsBuilder.() -> Unit)
Parameters
argument
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. Structure is documented below.