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
fun GooglePrivacyDlpV2StoredInfoTypeConfigResponse(description: String, dictionary: GooglePrivacyDlpV2DictionaryResponse, displayName: String, largeCustomDictionary: GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse, regex: GooglePrivacyDlpV2RegexResponse)