Show / Hide Table of Contents

Class Requests

Information about the requests relevant to the finding.

Inheritance
object
Requests
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX