GoogleApi.WebSecurityScanner.V1.Model.VulnerableHeaders (google_api_web_security_scanner v0.19.0)

View Source

Information about vulnerable or missing HTTP Headers.

Attributes

  • headers (type: list(GoogleApi.WebSecurityScanner.V1.Model.Header.t), default: nil) - List of vulnerable headers.
  • missingHeaders (type: list(GoogleApi.WebSecurityScanner.V1.Model.Header.t), default: nil) - List of missing headers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1.Model.VulnerableHeaders{
  headers: [GoogleApi.WebSecurityScanner.V1.Model.Header.t()] | nil,
  missingHeaders: [GoogleApi.WebSecurityScanner.V1.Model.Header.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.