Web Security Scanner v1 API - Class GetScanConfigRequest (2.4.0)

public sealed class GetScanConfigRequest : IMessage<GetScanConfigRequest>, IEquatable<GetScanConfigRequest>, IDeepCloneable<GetScanConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class GetScanConfigRequest.

Request for the GetScanConfig method.

Inheritance

object > GetScanConfigRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

GetScanConfigRequest()

public GetScanConfigRequest()

GetScanConfigRequest(GetScanConfigRequest)

public GetScanConfigRequest(GetScanConfigRequest other)
Parameter
NameDescription
otherGetScanConfigRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string