Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::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.