Ip Security Restriction Rule Response
data class IpSecurityRestrictionRuleResponse(val action: String, val description: String? = null, val ipAddressRange: String, val name: String)
Rule to restrict incoming IP address.