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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `CrawledUrl` class within the Google Cloud Web Security Scanner v1 API, which represents a URL crawled during a scan."],["The latest version of the `CrawledUrl` API is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 also being documented."],["The `CrawledUrl` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET environment."],["Key properties of the `CrawledUrl` class include `Body`, `HttpMethod`, and `Url`, providing details about the crawled request and URL."],["The Web Security Scanner service uses `CrawledUrl` resources to track the URLs it has visited while crawling web applications and their links."]]],[]]