Class: Google::Cloud::WebSecurityScanner::V1::ViolatingResource
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ViolatingResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/finding_addon.rb
Overview
Information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
The MIME type of this resource.
-
#resource_url ⇒ ::String
URL of this violating resource.
Instance Attribute Details
#content_type ⇒ ::String
Returns The MIME type of this resource.
59 60 61 62 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/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.
59 60 61 62 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/finding_addon.rb', line 59 class ViolatingResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |