ProjectsScanConfigs
class ProjectsScanConfigs extends Resource (View source)
The "scanConfigs" collection of methods.
Typical usage is:
$containeranalysisService = new Google\Service\ContainerAnalysis(...);
$scanConfigs = $containeranalysisService->scanConfigs;
Methods
get(string $name, array $optParams = [])
Gets the specified scan configuration. (scanConfigs.get)
listProjectsScanConfigs(string $parent, array $optParams = [])
Lists scan configurations for the specified project.
update(string $name, ScanConfig $postBody, array $optParams = [])
Updates the specified scan configuration. (scanConfigs.update)
Details
ScanConfig
get(string $name, array $optParams = [])
Gets the specified scan configuration. (scanConfigs.get)
ListScanConfigsResponse
listProjectsScanConfigs(string $parent, array $optParams = [])
Lists scan configurations for the specified project.
(scanConfigs.listProjectsScanConfigs)
ScanConfig
update(string $name, ScanConfig $postBody, array $optParams = [])
Updates the specified scan configuration. (scanConfigs.update)