Class: Google::Cloud::WebSecurityScanner::V1beta::StartScanRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::StartScanRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Request for the StartScanRun
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
111 112 113 114 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 111 class StartScanRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |