google_api_dlp v0.23.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig View Source
Configuration for stored infoT types. 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).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 Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredInfoTypeConfig{
description: String.t(),
displayName: String.t(),
largeCustomDictionary:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.