public sealed class CrawledUrl : IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class CrawledUrl.
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
IMessageCrawledUrl, IEquatableCrawledUrl, IDeepCloneableCrawledUrl, 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 |