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.
Implements
IMessageGetFindingRequest, IEquatableGetFindingRequest, IDeepCloneableGetFindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
GetFindingRequest()
public GetFindingRequest()
GetFindingRequest(GetFindingRequest)
public GetFindingRequest(GetFindingRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetFindingRequest |
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 | |
---|---|
Type | Description |
string |