google_api_web_security_scanner v0.12.0 GoogleApi.WebSecurityScanner.V1.Model.VulnerableHeaders 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.
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 Sourcet() :: %GoogleApi.WebSecurityScanner.V1.Model.VulnerableHeaders{
headers: [GoogleApi.WebSecurityScanner.V1.Model.Header.t()],
missingHeaders: [GoogleApi.WebSecurityScanner.V1.Model.Header.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.