For 'Increasing deny ratio', the ratio is the denied traffic divided by the
allowed traffic. For 'Allowed traffic spike', the ratio is the allowed
traffic in the short term divided by allowed traffic in the long term.
[[["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 `Requests` class in the Security Command Center v2 API provides information about requests relevant to a finding, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is used within the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["The `Requests` class includes properties such as `LongTermAllowed`, `LongTermDenied`, `Ratio`, and `ShortTermAllowed`, which quantify different aspects of request rates and ratios, such as allowed and denied RPS (requests per second)."],["Constructors are available to create `Requests` objects, either with default values using `Requests()`, or by copying values from another `Requests` object with `Requests(Requests other)`."]]],[]]