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 document provides reference information for the `CrawledUrl` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0."],["The `CrawledUrl` class represents a URL that was accessed during a web application scan, offering details on the body, HTTP method, and the URL itself."],["The Web Security Scanner crawls web applications and their links to discover URLs for testing, and `CrawledUrl` holds information on these discovered URLs."],["The `CrawledUrl` class inherits from Object and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The `CrawledUrl` class contains three properties, `Body`, `HttpMethod`, and `Url`, providing details on the request used to visit the URL."]]],[]]