Prevention Inspect Template Inspect Config Custom Info Type Dictionary Args
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs(val cloudStoragePath: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs>? = null, val wordList: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs>
Constructors
Link copied to clipboard
constructor(cloudStoragePath: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs>? = null, wordList: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs>? = null)
Properties
Link copied to clipboard
val cloudStoragePath: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs>? = null
Newline-delimited file of words in Cloud Storage. Only a single file is accepted. Structure is documented below.
Link copied to clipboard
val wordList: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs>? = null
List of words or phrases to search for. Structure is documented below.