Web Security Scanner v1 API - Class Form (2.5.0)

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

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

! Information about a vulnerability with an HTML.

Inheritance

object > Form

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

Form()

public Form()

Form(Form)

public Form(Form other)
Parameter
Name Description
other Form

Properties

ActionUri

public string ActionUri { get; set; }

! The URI where to send the form when it's submitted.

Property Value
Type Description
string

Fields

public RepeatedField<string> Fields { get; }

! The names of form fields related to the vulnerability.

Property Value
Type Description
RepeatedFieldstring