NetworkRuleSetsResponse

data class NetworkRuleSetsResponse(val applyToDevices: Boolean? = null, val applyToIoTCentral: Boolean? = null, val defaultAction: String? = null, val ipRules: List<NetworkRuleSetIpRuleResponse>? = null)

Network Rule Set Properties of this IoT Central application.

Constructors

Link copied to clipboard
constructor(applyToDevices: Boolean? = null, applyToIoTCentral: Boolean? = null, defaultAction: String? = null, ipRules: List<NetworkRuleSetIpRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applyToDevices: Boolean? = null

Whether these rules apply for device connectivity to IoT Hub and Device Provisioning service associated with this application.

Link copied to clipboard

Whether these rules apply for connectivity via IoT Central web portal and APIs.

Link copied to clipboard
val defaultAction: String? = null

The default network action to apply.

Link copied to clipboard

List of IP rules.