Delen via


DeviceSecurityGroup type

De resource van de apparaatbeveiligingsgroep

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