Google Privacy Dlp V2Custom Info Type Args
data class GooglePrivacyDlpV2CustomInfoTypeArgs(val detectionRules: Output<List<GooglePrivacyDlpV2DetectionRuleArgs>>? = null, val dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, val exclusionType: Output<GooglePrivacyDlpV2CustomInfoTypeExclusionType>? = null, val infoType: Output<GooglePrivacyDlpV2InfoTypeArgs>? = null, val likelihood: Output<GooglePrivacyDlpV2CustomInfoTypeLikelihood>? = null, val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null, val sensitivityScore: Output<GooglePrivacyDlpV2SensitivityScoreArgs>? = null, val storedType: Output<GooglePrivacyDlpV2StoredTypeArgs>? = null, val surrogateType: Output<GooglePrivacyDlpV2SurrogateTypeArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2CustomInfoTypeArgs>
Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2CustomInfoTypeArgs(detectionRules: Output<List<GooglePrivacyDlpV2DetectionRuleArgs>>? = null, dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, exclusionType: Output<GooglePrivacyDlpV2CustomInfoTypeExclusionType>? = null, infoType: Output<GooglePrivacyDlpV2InfoTypeArgs>? = null, likelihood: Output<GooglePrivacyDlpV2CustomInfoTypeLikelihood>? = null, regex: Output<GooglePrivacyDlpV2RegexArgs>? = null, sensitivityScore: Output<GooglePrivacyDlpV2SensitivityScoreArgs>? = null, storedType: Output<GooglePrivacyDlpV2StoredTypeArgs>? = null, surrogateType: Output<GooglePrivacyDlpV2SurrogateTypeArgs>? = null)
Functions
Properties
Link copied to clipboard
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in InspectContent.info_types
list then the name is treated as a custom info type.
Link copied to clipboard