Web Security Scanner v1 API - Class StartScanRunRequest (2.4.0)

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.

Inheritance

object > StartScanRunRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

StartScanRunRequest()

public StartScanRunRequest()

StartScanRunRequest(StartScanRunRequest)

public StartScanRunRequest(StartScanRunRequest other)
Parameter
NameDescription
otherStartScanRunRequest

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
TypeDescription
string