public sealed class CrawledUrl : IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessage
A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.
Implements
IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
CrawledUrl()
public CrawledUrl()
CrawledUrl(CrawledUrl)
public CrawledUrl(CrawledUrl other)
Parameter | |
---|---|
Name | Description |
other | CrawledUrl |
Properties
Body
public string Body { get; set; }
Output only. The body of the request that was used to visit the URL.
Property Value | |
---|---|
Type | Description |
String |
HttpMethod
public string HttpMethod { get; set; }
Output only. The http method of the request that was used to visit the URL, in uppercase.
Property Value | |
---|---|
Type | Description |
String |
Url
public string Url { get; set; }
Output only. The URL that was crawled.
Property Value | |
---|---|
Type | Description |
String |