Class VulnerableParameters
Information about vulnerable request parameters.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class VulnerableParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ParameterNames
The vulnerable parameter names.
Declaration
[JsonProperty("parameterNames")]
public virtual IList<string> ParameterNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |