generated/google/apis/websecurityscanner_v1alpha/classes.rb in google-api-client-0.39.4 vs generated/google/apis/websecurityscanner_v1alpha/classes.rb in google-api-client-0.39.5
- old
+ new
@@ -486,12 +486,13 @@
# Scan authentication configuration.
# Corresponds to the JSON property `authentication`
# @return [Google::Apis::WebsecurityscannerV1alpha::Authentication]
attr_accessor :authentication
- # The blacklist URL patterns as described in
- # https://cloud.google.com/security-scanner/docs/excluded-urls
+ # The excluded URL patterns as described in
+ # https://cloud.google.com/security-command-center/docs/how-to-use-web-security-
+ # scanner#excluding_urls
# Corresponds to the JSON property `blacklistPatterns`
# @return [Array<String>]
attr_accessor :blacklist_patterns
# Required. The user provided display name of the ScanConfig.
@@ -527,11 +528,11 @@
# Required. The starting URLs from which the scanner finds site pages.
# Corresponds to the JSON property `startingUrls`
# @return [Array<String>]
attr_accessor :starting_urls
- # Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be
- # used as a default.
+ # Set of Google Cloud platforms targeted by the scan. If empty, APP_ENGINE
+ # will be used as a default.
# Corresponds to the JSON property `targetPlatforms`
# @return [Array<String>]
attr_accessor :target_platforms
# The user agent used during scanning.