View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceRegexes (google_api_dlp v0.46.0)

A collection of regular expressions to determine what database resources to match against.

Attributes

  • patterns (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceRegex.t), default: nil) - A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceRegexes{
  patterns:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceRegex.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.