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

Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.

Attributes

  • description (type: String.t, default: nil) - Description of the StoredInfoType (max 256 characters).
  • dictionary (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t, default: nil) - Store dictionary-based CustomInfoType.
  • displayName (type: String.t, default: nil) - Display name of the StoredInfoType (max 256 characters).
  • largeCustomDictionary (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig.t, default: nil) - StoredInfoType where findings are defined by a dictionary of phrases.
  • regex (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t, default: nil) - Store regular expression-based StoredInfoType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig{
  description: String.t() | nil,
  dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t() | nil,
  displayName: String.t() | nil,
  largeCustomDictionary:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig.t()
    | nil,
  regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.