IpRuleResponse

data class IpRuleResponse(val ipMask: String, val rights: List<String>)

A network authorization rule that filters traffic based on IP address.

Constructors

Link copied to clipboard
constructor(ipMask: String, rights: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP mask.

Link copied to clipboard

List of access rights.