Google Privacy Dlp V2Stored Info Type Config Response
data class GooglePrivacyDlpV2StoredInfoTypeConfigResponse(val description: String, val dictionary: GooglePrivacyDlpV2DictionaryResponse, val displayName: String, val largeCustomDictionary: GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse, val regex: GooglePrivacyDlpV2RegexResponse)
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.
Constructors
Link copied to clipboard
constructor(description: String, dictionary: GooglePrivacyDlpV2DictionaryResponse, displayName: String, largeCustomDictionary: GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse, regex: GooglePrivacyDlpV2RegexResponse)
Properties
Link copied to clipboard
Description of the StoredInfoType (max 256 characters).
Link copied to clipboard
Store dictionary-based CustomInfoType.
Link copied to clipboard
Display name of the StoredInfoType (max 256 characters).
Link copied to clipboard
StoredInfoType where findings are defined by a dictionary of phrases.
Link copied to clipboard
Store regular expression-based StoredInfoType.