Api Shield Operation Features Thresholds
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
Properties
Link copied to clipboard
The total number of auth-ids seen across this calculation.
Link copied to clipboard
The number of data points used for the threshold suggestion calculation.
Link copied to clipboard
Link copied to clipboard
The period over which this threshold is suggested.
Link copied to clipboard
The suggested threshold in requests done by the same authid or periodseconds.