public sealed class VulnerableParameters : IMessage<VulnerableParameters>, IEquatable<VulnerableParameters>, IDeepCloneable<VulnerableParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class VulnerableParameters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `VulnerableParameters` class in the Web Security Scanner v1 API provides information about vulnerable request parameters, and is implemented in the Google.Cloud.WebSecurityScanner.V1 namespace."],["This documentation covers versions 1.0.0 through 2.5.0, with 2.5.0 being the latest version available for the `VulnerableParameters` class, and 2.4.0 being the currently highlighted version."],["The `VulnerableParameters` class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property called `ParameterNames` which is of type `RepeatedField\u003cstring\u003e` and represents the names of the vulnerable parameters."],["The class has two constructors, one default constructor, and one that takes another `VulnerableParameters` object as a parameter."]]],[]]