google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet View Source
Set of files to scan.
Attributes
regexFileSet(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t, default:nil) - The regex-filtered set of files to scan. Exactly one ofurlorregex_file_setmust be set.url(type:String.t, default:nil) - The Cloud Storage url of the file(s) to scan, in the formatgs://<bucket>/<path>. Trailing wildcard in the path is allowed.If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means that
gs://mybucket/is equivalent togs://mybucket/*, andgs://mybucket/directory/is equivalent togs://mybucket/directory/*.Exactly one of
urlorregex_file_setmust be set.
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.GooglePrivacyDlpV2FileSet{
regexFileSet:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t(),
url: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.