IotHubDpsIpFilterRule

data class IotHubDpsIpFilterRule(val action: String, val ipMask: String, val name: String, val target: String? = null)

Constructors

Link copied to clipboard
constructor(action: String, ipMask: String, name: String, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired action for requests captured by this rule. Possible values are Accept, Reject

Link copied to clipboard

The IP address range in CIDR notation for the rule.

Link copied to clipboard

The name of the filter.

Link copied to clipboard
val target: String? = null

Target for requests captured by this rule. Possible values are all, deviceApi and serviceApi.