DeviceSecurityGroup type
Cihaz güvenlik grubu kaynağı
type DeviceSecurityGroup = Resource & {
allowlistRules?: AllowlistCustomAlertRuleUnion[]
denylistRules?: DenylistCustomAlertRule[]
thresholdRules?: ThresholdCustomAlertRuleUnion[]
timeWindowRules?: TimeWindowCustomAlertRuleUnion[]
}