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"]],[["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."],[[["This webpage provides reference documentation and code samples for the `VulnerableParameters` class within the Web Security Scanner v1 API."],["The `VulnerableParameters` class, part of the `Google.Cloud.WebSecurityScanner.V1` namespace, is designed to convey information about vulnerable request parameters."],["It is implemented with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from `Object`."],["The class has two constructors: a default one and another that accepts another `VulnerableParameters` object, and it features the `ParameterNames` property, which is a `RepeatedField` of strings."],["The content version ranges from 1.0.0 to 2.5.0 with version 2.5.0 being the most recent."]]],[]]