Class CreateScanConfigRequest (1.3.0)

CreateScanConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CreateScanConfig method. .. attribute:: parent

Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.

:type: str

Attribute

NameDescription
scan_config google.cloud.websecurityscanner_v1beta.types.ScanConfig
Required. The ScanConfig to be created.