public sealed class StartScanRunRequest : IMessage<StartScanRunRequest>, IEquatable<StartScanRunRequest>, IDeepCloneable<StartScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class StartScanRunRequest.
Request for the StartScanRun
method.
Implements
IMessageStartScanRunRequest, IEquatableStartScanRunRequest, IDeepCloneableStartScanRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
StartScanRunRequest()
public StartScanRunRequest()
StartScanRunRequest(StartScanRunRequest)
public StartScanRunRequest(StartScanRunRequest other)
Parameter | |
---|---|
Name | Description |
other |
StartScanRunRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
Property Value | |
---|---|
Type | Description |
string |