GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegexes (google_api_dlp v0.54.0)

View Source

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

Attributes

  • patterns (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegex.t), default: nil) - A group of regular expression patterns to match against one or more 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.