google_api_dlp v0.18.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig View Source

Configuration for a StoredInfoType.

Attributes

  • description (type: String.t, default: nil) - Description of the StoredInfoType (max 256 characters).
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig{
  description: String.t(),
  displayName: String.t(),
  largeCustomDictionary:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.