GooglePrivacyDlpV2TableOptionsArgs

data class GooglePrivacyDlpV2TableOptionsArgs(val identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null) : ConvertibleToJava<GooglePrivacyDlpV2TableOptionsArgs>

Instructions regarding the table content being inspected.

Constructors

Link copied to clipboard
constructor(identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null)

Properties

Link copied to clipboard

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2TableOptionsArgs