DeviceSecurityGroup type

The device security group resource

type DeviceSecurityGroup = Resource & {
  allowlistRules?: AllowlistCustomAlertRuleUnion[]
  denylistRules?: DenylistCustomAlertRule[]
  thresholdRules?: ThresholdCustomAlertRuleUnion[]
  timeWindowRules?: TimeWindowCustomAlertRuleUnion[]
}