| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional<String> | ➖ | Identifier for the custom sensitive expression. |
value |
Optional<String> | ➖ | The value of the custom sensitive rule. For REGEX type, this is the regex pattern; for TERM type, it is the term to match; and for INFO_TYPE type, it refers to predefined categories of sensitive content. See https://cloud.google.com/dlp/docs/infotypes-reference for available options. |
type |
Optional<CustomSensitiveRuleType> | ➖ | Type of the custom sensitive rule. |
likelihoodThreshold |
Optional<CustomSensitiveRuleLikelihoodThreshold> | ➖ | Likelihood threshold for BUILT_IN infotypes (e.g., LIKELY, VERY_LIKELY). Only applicable for BUILT_IN type. |