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.
[[["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."],[[["The `CrawledUrl` class represents a URL that was crawled during a ScanRun by the Web Security Scanner Service."],["This class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is available in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, and is part of a family of versions ranging from 1.0.0 to 2.5.0."],["The Web Security Scanner Service uses this class to track URLs found within the scope of sites, while using all the links found within to further test against."],["`CrawledUrl` implements `IMessage\u003cCrawledUrl\u003e`, `IEquatable\u003cCrawledUrl\u003e`, `IDeepCloneable\u003cCrawledUrl\u003e`, `IBufferMessage`, and `IMessage` interfaces, and inherits from `Object`, having access to all the members from it."],["The properties `Body`, `HttpMethod`, and `Url` provide information about the request and the URL that was crawled, all of which are strings."]]],[]]