다음을 통해 공유


ServerSecurityAlertPolicy type

작업 영역 관리 Sql Server 보안 경고 정책입니다.

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