Class: Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb

Overview

Information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns The MIME type of this resource.

Returns:

  • (::String)

    The MIME type of this resource.



59
60
61
62
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 59

class ViolatingResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_url::String

Returns URL of this violating resource.

Returns:

  • (::String)

    URL of this violating resource.



59
60
61
62
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 59

class ViolatingResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end