Web Security Scanner V1beta API - Class Google::Cloud::WebSecurityScanner::V1beta::Form (v0.9.0)

Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::Form.

! Information about a vulnerability with an HTML.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action_uri

def action_uri() -> ::String
Returns
  • (::String) — ! The URI where to send the form when it's submitted.

#action_uri=

def action_uri=(value) -> ::String
Parameter
  • value (::String) — ! The URI where to send the form when it's submitted.
Returns
  • (::String) — ! The URI where to send the form when it's submitted.

#fields

def fields() -> ::Array<::String>
Returns
  • (::Array<::String>) — ! The names of form fields related to the vulnerability.

#fields=

def fields=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — ! The names of form fields related to the vulnerability.
Returns
  • (::Array<::String>) — ! The names of form fields related to the vulnerability.