GetDeviceSecurityGroupResult

data class GetDeviceSecurityGroupResult(val allowlistRules: List<AllowlistCustomAlertRuleResponse>? = null, val denylistRules: List<DenylistCustomAlertRuleResponse>? = null, val id: String, val name: String, val thresholdRules: List<ThresholdCustomAlertRuleResponse>? = null, val timeWindowRules: List<TimeWindowCustomAlertRuleResponse>? = null, val type: String)

The device security group resource

Constructors

Link copied to clipboard
constructor(allowlistRules: List<AllowlistCustomAlertRuleResponse>? = null, denylistRules: List<DenylistCustomAlertRuleResponse>? = null, id: String, name: String, thresholdRules: List<ThresholdCustomAlertRuleResponse>? = null, timeWindowRules: List<TimeWindowCustomAlertRuleResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allow-list custom alert rules.

Link copied to clipboard

The deny-list custom alert rules.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

The list of custom alert threshold rules.

Link copied to clipboard

The list of custom alert time-window rules.

Link copied to clipboard

Resource type