ApiShieldOperationFeaturesThresholds

data class ApiShieldOperationFeaturesThresholds(val authIdTokens: Int? = null, val dataPoints: Int? = null, val lastUpdated: String? = null, val p50: Int? = null, val p90: Int? = null, val p99: Int? = null, val periodSeconds: Int? = null, val requests: Int? = null, val suggestedThreshold: Int? = null)

Constructors

Link copied to clipboard
constructor(authIdTokens: Int? = null, dataPoints: Int? = null, lastUpdated: String? = null, p50: Int? = null, p90: Int? = null, p99: Int? = null, periodSeconds: Int? = null, requests: Int? = null, suggestedThreshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authIdTokens: Int? = null

The total number of auth-ids seen across this calculation.

Link copied to clipboard
val dataPoints: Int? = null

The number of data points used for the threshold suggestion calculation.

Link copied to clipboard
val lastUpdated: String? = null
Link copied to clipboard
val p50: Int? = null

The p50 quantile of requests (in period_seconds).

Link copied to clipboard
val p90: Int? = null

The p90 quantile of requests (in period_seconds).

Link copied to clipboard
val p99: Int? = null

The p99 quantile of requests (in period_seconds).

Link copied to clipboard
val periodSeconds: Int? = null

The period over which this threshold is suggested.

Link copied to clipboard
val requests: Int? = null

The estimated number of requests covered by these calculations.

Link copied to clipboard
val suggestedThreshold: Int? = null

The suggested threshold in requests done by the same authid or periodseconds.