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.
Implements
IMessage<ViolatingResource>, IEquatable<ViolatingResource>, IDeepCloneable<ViolatingResource>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ViolatingResource()
public ViolatingResource()
ViolatingResource(ViolatingResource)
public ViolatingResource(ViolatingResource other)
Parameter | |
---|---|
Name | Description |
other | ViolatingResource |
Properties
ContentType
public string ContentType { get; set; }
The MIME type of this resource.
Property Value | |
---|---|
Type | Description |
String |
ResourceUrl
public string ResourceUrl { get; set; }
URL of this violating resource.
Property Value | |
---|---|
Type | Description |
String |