google_api_web_security_scanner v0.10.0 GoogleApi.WebSecurityScanner.V1alpha.Model.VulnerableHeaders View Source

Information about vulnerable or missing HTTP Headers.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.VulnerableHeaders{
  headers: [GoogleApi.WebSecurityScanner.V1alpha.Model.Header.t()],
  missingHeaders: [GoogleApi.WebSecurityScanner.V1alpha.Model.Header.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.