generated/google/apis/websecurityscanner_v1beta/classes.rb in google-api-client-0.39.4 vs generated/google/apis/websecurityscanner_v1beta/classes.rb in google-api-client-0.39.5

- old
+ new

@@ -159,11 +159,12 @@ # @return [String] attr_accessor :final_url # The type of the Finding. # Detailed and up-to-date information on findings can be found here: - # https://cloud.google.com/security-scanner/docs/scan-result-details + # https://cloud.google.com/security-command-center/docs/how-to-remediate-web- + # security-scanner # Corresponds to the JSON property `findingType` # @return [String] attr_accessor :finding_type # ! Information about a vulnerability with an HTML. @@ -571,22 +572,23 @@ # Scan authentication configuration. # Corresponds to the JSON property `authentication` # @return [Google::Apis::WebsecurityscannerV1beta::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. # Corresponds to the JSON property `displayName` # @return [String] attr_accessor :display_name - # Controls export of scan configurations and results to Cloud Security + # Controls export of scan configurations and results to Security # Command Center. # Corresponds to the JSON property `exportToSecurityCommandCenter` # @return [String] attr_accessor :export_to_security_command_center @@ -594,11 +596,11 @@ # Next id: 12 # Corresponds to the JSON property `latestRun` # @return [Google::Apis::WebsecurityscannerV1beta::ScanRun] attr_accessor :latest_run - # Whether the scan config is managed by Cloud Web Security Scanner, output + # Whether the scan config is managed by Web Security Scanner, output # only. # Corresponds to the JSON property `managedScan` # @return [Boolean] attr_accessor :managed_scan alias_method :managed_scan?, :managed_scan @@ -638,11 +640,11 @@ # Corresponds to the JSON property `staticIpScan` # @return [Boolean] attr_accessor :static_ip_scan alias_method :static_ip_scan?, :static_ip_scan - # 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.