Get Device Security Group Result
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)