Package version:

Interface ManagedServerSecurityAlertPolicy

A managed server security alert policy.

Hierarchy

Properties

creationTime?: Date

Specifies the UTC creation time of the policy. NOTE: This property will not be serialized. It can only be populated by the server.

disabledAlerts?: string[]

Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force

emailAccountAdmins?: boolean

Specifies that the alert is sent to the account administrators.

emailAddresses?: string[]

Specifies an array of e-mail addresses to which the alert is sent.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

retentionDays?: number

Specifies the number of days to keep in the Threat Detection audit logs.

Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.

storageAccountAccessKey?: string

Specifies the identifier key of the Threat Detection audit storage account.

storageEndpoint?: string

Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.

systemData?: SystemData

SystemData of SecurityAlertPolicyResource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc