GoogleApi.WebSecurityScanner.V1alpha.Model.CrawledUrl (google_api_web_security_scanner v0.19.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.