View Source GoogleApi.WebSecurityScanner.V1alpha.Model.CrawledUrl (google_api_web_security_scanner v0.17.1)

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.

Attributes

  • body (type: String.t, default: nil) - Output only. The body of the request that was used to visit the URL.
  • httpMethod (type: String.t, default: nil) - Output only. The http method of the request that was used to visit the URL, in uppercase.
  • url (type: String.t, default: nil) - Output only. The URL that was crawled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.CrawledUrl{
  body: String.t() | nil,
  httpMethod: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.