Get Device Security Group Result
data class GetDeviceSecurityGroupResult(val allowlistRules: List<AllowlistCustomAlertRuleResponse>? = null, val azureApiVersion: String, 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, azureApiVersion: String, denylistRules: List<DenylistCustomAlertRuleResponse>? = null, id: String, name: String, thresholdRules: List<ThresholdCustomAlertRuleResponse>? = null, timeWindowRules: List<TimeWindowCustomAlertRuleResponse>? = null, type: String)
Properties
Link copied to clipboard
The allow-list custom alert rules.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The deny-list custom alert rules.
Link copied to clipboard
The list of custom alert threshold rules.
Link copied to clipboard
The list of custom alert time-window rules.