View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegexes (google_api_dlp v0.53.0)
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
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegexes{ patterns: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegex.t()] | nil }