DeviceSecurityGroup type
디바이스 보안 그룹 리소스
type DeviceSecurityGroup = Resource & {
allowlistRules?: AllowlistCustomAlertRuleUnion[]
denylistRules?: DenylistCustomAlertRule[]
thresholdRules?: ThresholdCustomAlertRuleUnion[]
timeWindowRules?: TimeWindowCustomAlertRuleUnion[]
}