public sealed class ViolatingResource : IMessage<ViolatingResource>, IEquatable<ViolatingResource>, IDeepCloneable<ViolatingResource>, IBufferMessage, IMessage
Information regarding any resource causing the vulnerability such
as JavaScript sources, image, audio files, etc.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ViolatingResource` class, which is used to represent information about resources that contribute to web security vulnerabilities, such as JavaScript files, images, or audio files."],["The `ViolatingResource` class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, and has a few inherited members from `Object` that it may utilize, such as `GetHashCode` and `ToString`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, specifically tailored for handling data related to the resource."],["It includes two constructors, a default one and one that takes another `ViolatingResource` instance as a parameter, and it also has properties, `ContentType` and `ResourceUrl`, to detail the type of the resource and the link to it, respectively."],["The latest version listed for the `ViolatingResource` resource is 2.5.0, whereas the page content pertains to version 1.2.0, and there are several other listed versions."]]],[]]