ServerSecurityAlertPolicy type
Princip för säkerhetsaviseringar för arbetsyta som hanteras av Sql Server.
type ServerSecurityAlertPolicy = ProxyResource & {
creationTime?: Date
disabledAlerts?: string[]
emailAccountAdmins?: boolean
emailAddresses?: string[]
retentionDays?: number
state?: SecurityAlertPolicyState
storageAccountAccessKey?: string
storageEndpoint?: string
}