GooglePrivacyDlpV2CustomInfoTypeArgs

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
constructor(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)

Properties

Link copied to clipboard

Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the surrogate_type CustomInfoType.

Link copied to clipboard

A list of phrases to detect as a CustomInfoType.

Link copied to clipboard

If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.

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

Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to VERY_LIKELY if not specified.

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

Regular expression based CustomInfoType.

Link copied to clipboard

Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedent over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.

Link copied to clipboard

Load an existing StoredInfoType resource for use in InspectDataSource. Not currently supported in InspectContent.

Link copied to clipboard

Message for detecting output from deidentification transformations that support reversing.

Functions

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