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

Configuration for a StoredInfoType.

Attributes

  • description (String.t): Description of the StoredInfoType (max 256 characters). Defaults to: null.
  • displayName (String.t): Display name of the StoredInfoType (max 256 characters). Defaults to: null.
  • largeCustomDictionary (GooglePrivacyDlpV2LargeCustomDictionaryConfig): StoredInfoType where findings are defined by a dictionary of phrases. Defaults to: null.

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: any(),
  displayName: any(),
  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.