google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig View Source
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/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.
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 Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig{
description: String.t(),
dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t(),
displayName: String.t(),
largeCustomDictionary:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig.t(),
regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.