google_api_web_security_scanner v0.13.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

Specs

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

Specs

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

Unwrap a decoded JSON object into its complex fields.