enforceOnKeyConfigs property

List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>? enforceOnKeyConfigs
getter/setter pair

If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced.

You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

Implementation

core.List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>?
    enforceOnKeyConfigs;