GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Requests (google_api_security_center v0.39.0)

View Source

Information about the requests relevant to the finding.

Attributes

  • longTermAllowed (type: integer(), default: nil) - Allowed RPS (requests per second) over the long term.
  • longTermDenied (type: integer(), default: nil) - Denied RPS (requests per second) over the long term.
  • ratio (type: float(), default: nil) - 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.
  • shortTermAllowed (type: integer(), default: nil) - Allowed RPS (requests per second) in the short term.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Requests{
  longTermAllowed: integer() | nil,
  longTermDenied: integer() | nil,
  ratio: float() | nil,
  shortTermAllowed: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.