Google Privacy Dlp V2Custom Info Type Response
data class GooglePrivacyDlpV2CustomInfoTypeResponse(val detectionRules: List<GooglePrivacyDlpV2DetectionRuleResponse>, val dictionary: GooglePrivacyDlpV2DictionaryResponse, val exclusionType: String, val infoType: GooglePrivacyDlpV2InfoTypeResponse, val likelihood: String, val regex: GooglePrivacyDlpV2RegexResponse, val sensitivityScore: GooglePrivacyDlpV2SensitivityScoreResponse, val storedType: GooglePrivacyDlpV2StoredTypeResponse, val surrogateType: GooglePrivacyDlpV2SurrogateTypeResponse)
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 GooglePrivacyDlpV2CustomInfoTypeResponse(detectionRules: List<GooglePrivacyDlpV2DetectionRuleResponse>, dictionary: GooglePrivacyDlpV2DictionaryResponse, exclusionType: String, infoType: GooglePrivacyDlpV2InfoTypeResponse, likelihood: String, regex: GooglePrivacyDlpV2RegexResponse, sensitivityScore: GooglePrivacyDlpV2SensitivityScoreResponse, storedType: GooglePrivacyDlpV2StoredTypeResponse, surrogateType: GooglePrivacyDlpV2SurrogateTypeResponse)
Types
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