Sdílet prostřednictvím


DeviceSecurityGroup type

Prostředek skupiny zabezpečení zařízení

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