Class Form
! Information about a vulnerability with an HTML.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1beta.Data
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class Form : IDirectResponseSchema
Properties
ActionUri
! The URI where to send the form when it's submitted.
Declaration
[JsonProperty("actionUri")]
public virtual string ActionUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
! The names of form fields related to the vulnerability.
Declaration
[JsonProperty("fields")]
public virtual IList<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |