View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreRegexes (google_api_dlp v0.50.1)
A collection of regular expressions to determine what file store to match against.
Attributes
-
patterns
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreRegex.t)
, default:nil
) - Required. The group of regular expression patterns to match against one or more file stores. 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.GooglePrivacyDlpV2FileStoreRegexes{ patterns: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreRegex.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.