SecurityDeviceGroupRangeRule

data class SecurityDeviceGroupRangeRule(val duration: String, val max: Int, val min: Int, val type: String)

Constructors

Link copied to clipboard
constructor(duration: String, max: Int, min: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the time range. represented in ISO 8601 duration format.

Link copied to clipboard
val max: Int

The maximum threshold in the given time window.

Link copied to clipboard
val min: Int

The minimum threshold in the given time window.

Link copied to clipboard

The type of supported rule type. Possible Values are ActiveConnectionsNotInAllowedRange, AmqpC2DMessagesNotInAllowedRange, MqttC2DMessagesNotInAllowedRange, HttpC2DMessagesNotInAllowedRange, AmqpC2DRejectedMessagesNotInAllowedRange, MqttC2DRejectedMessagesNotInAllowedRange, HttpC2DRejectedMessagesNotInAllowedRange, AmqpD2CMessagesNotInAllowedRange, MqttD2CMessagesNotInAllowedRange, HttpD2CMessagesNotInAllowedRange, DirectMethodInvokesNotInAllowedRange, FailedLocalLoginsNotInAllowedRange, FileUploadsNotInAllowedRange, QueuePurgesNotInAllowedRange, TwinUpdatesNotInAllowedRange and UnauthorizedOperationsNotInAllowedRange.