次の方法で共有


DeviceSecurityGroup type

デバイス セキュリティ グループ リソース

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