Class Requests
Information about the requests relevant to the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class Requests : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LongTermAllowed
Allowed RPS (requests per second) over the long term.
Declaration
[JsonProperty("longTermAllowed")]
public virtual int? LongTermAllowed { get; set; }
Property Value
Type | Description |
---|---|
int? |
LongTermDenied
Denied RPS (requests per second) over the long term.
Declaration
[JsonProperty("longTermDenied")]
public virtual int? LongTermDenied { get; set; }
Property Value
Type | Description |
---|---|
int? |
Ratio
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.
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type | Description |
---|---|
double? |
ShortTermAllowed
Allowed RPS (requests per second) in the short term.
Declaration
[JsonProperty("shortTermAllowed")]
public virtual int? ShortTermAllowed { get; set; }
Property Value
Type | Description |
---|---|
int? |