Class DeleteScanConfigRequest (1.4.3)

Stay organized with collections Save and categorize content based on your preferences.
DeleteScanConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the DeleteScanConfig method. .. attribute:: name

Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

:type: str

Inheritance

builtins.object > proto.message.Message > DeleteScanConfigRequest