GooglePrivacyDlpV2StoredInfoTypeConfigArgs

data class GooglePrivacyDlpV2StoredInfoTypeConfigArgs(val description: Output<String>? = null, val dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, val displayName: Output<String>? = null, val largeCustomDictionary: Output<GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs>? = null, val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2StoredInfoTypeConfigArgs>

Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes.

Constructors

fun GooglePrivacyDlpV2StoredInfoTypeConfigArgs(description: Output<String>? = null, dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, displayName: Output<String>? = null, largeCustomDictionary: Output<GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs>? = null, regex: Output<GooglePrivacyDlpV2RegexArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the StoredInfoType (max 256 characters).

Link copied to clipboard

Store dictionary-based CustomInfoType.

Link copied to clipboard
val displayName: Output<String>? = null

Display name of the StoredInfoType (max 256 characters).

Link copied to clipboard

StoredInfoType where findings are defined by a dictionary of phrases.

Link copied to clipboard
val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null

Store regular expression-based StoredInfoType.