Reference documentation and code samples for the Web Security Scanner V1beta API module Google::Cloud::WebSecurityScanner::V1beta::WebSecurityScanner::Paths.
Path helper methods for the WebSecurityScanner API.
Methods
#finding_path
def finding_path(project:, scan_config:, scan_run:, finding:) -> ::String
Create a fully-qualified Finding resource string.
The resource will be in the following format:
projects/{project}/scanConfigs/{scan_config}/scanRuns/{scan_run}/findings/{finding}
- project (String)
- scan_config (String)
- scan_run (String)
- finding (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#scan_config_path
def scan_config_path(project:, scan_config:) -> ::String
Create a fully-qualified ScanConfig resource string.
The resource will be in the following format:
projects/{project}/scanConfigs/{scan_config}
- project (String)
- scan_config (String)
- (::String)
- (::ArgumentError)
#scan_run_path
def scan_run_path(project:, scan_config:, scan_run:) -> ::String
Create a fully-qualified ScanRun resource string.
The resource will be in the following format:
projects/{project}/scanConfigs/{scan_config}/scanRuns/{scan_run}
- project (String)
- scan_config (String)
- scan_run (String)
- (::String)
- (::ArgumentError)