Web Security Scanner v1 API - Class GetFindingRequest (2.4.0)

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

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

Request for the GetFinding method.

Inheritance

object > GetFindingRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

GetFindingRequest()

public GetFindingRequest()

GetFindingRequest(GetFindingRequest)

public GetFindingRequest(GetFindingRequest other)
Parameter
NameDescription
otherGetFindingRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

Property Value
TypeDescription
string