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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.