DeviceSecurityGroup type
O recurso do grupo de segurança do dispositivo
type DeviceSecurityGroup = Resource & {
allowlistRules?: AllowlistCustomAlertRuleUnion[]
denylistRules?: DenylistCustomAlertRule[]
thresholdRules?: ThresholdCustomAlertRuleUnion[]
timeWindowRules?: TimeWindowCustomAlertRuleUnion[]
}