public sealed class VulnerableHeaders : IMessage<VulnerableHeaders>, IEquatable<VulnerableHeaders>, IDeepCloneable<VulnerableHeaders>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class VulnerableHeaders.
Information about vulnerable or missing HTTP Headers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `VulnerableHeaders` class in the Web Security Scanner v1 API is 2.5.0, and previous versions are available for reference from 1.0.0 and above."],["The `VulnerableHeaders` class provides information about HTTP headers that are either vulnerable or missing, and is a part of the `Google.Cloud.WebSecurityScanner.V1` namespace."],["`VulnerableHeaders` has properties `Headers` and `MissingHeaders` which are lists of vulnerable and missing headers, respectively, containing `RepeatedField` objects of type `Header`."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, along with inheriting members from the `object` class."],["The reference documentation provides details on the constructors and available properties for the `VulnerableHeaders` class."]]],[]]