Поделиться через


ServerSecurityAlertPolicy type

Политика оповещений системы безопасности Sql Server, управляемая рабочей областью.

type ServerSecurityAlertPolicy = ProxyResource & {
  creationTime?: Date
  disabledAlerts?: string[]
  emailAccountAdmins?: boolean
  emailAddresses?: string[]
  retentionDays?: number
  state?: SecurityAlertPolicyState
  storageAccountAccessKey?: string
  storageEndpoint?: string
}