AntiBruteForceRuleProps
Properties for defining a AntiBruteForceRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-threatdetection-antibruteforcerule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Threatdetection;
new AntiBruteForceRuleProps {
object AntiBruteForceRuleId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AntiBruteForceRuleId |
object |
Property antiBruteForceRuleId: The ID of the defense rule. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AntiBruteForceRuleId
Required
public object AntiBruteForceRuleId { get; set; }
- Type: object
Property antiBruteForceRuleId: The ID of the defense rule.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.