ServerSecurityAlertPolicy type
ワークスペースで管理される Sql Server セキュリティ アラート ポリシー。
type ServerSecurityAlertPolicy = ProxyResource & {
creationTime?: Date
disabledAlerts?: string[]
emailAccountAdmins?: boolean
emailAddresses?: string[]
retentionDays?: number
state?: SecurityAlertPolicyState
storageAccountAccessKey?: string
storageEndpoint?: string
}