Web Security Scanner V1 API - Class Google::Cloud::WebSecurityScanner::V1::CreateScanConfigRequest (v0.4.1)

Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::CreateScanConfigRequest.

Request for the CreateScanConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.
Returns
  • (::String) — Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.

#scan_config

def scan_config() -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig
Returns

#scan_config=

def scan_config=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig
Parameter
Returns