Show / Hide Table of Contents

Class ServerThreatDetectionPolicy

Inheritance
System.Object
ServerThreatDetectionPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.PostgreSql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerThreatDetectionPolicy

Fields

View Source

DisabledAlerts

Specifies a list of alerts which should be disabled. Possible values include Access_Anomaly, Sql_Injection and Sql_Injection_Vulnerability.

Declaration
public readonly ImmutableArray<string> DisabledAlerts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EmailAccountAdmins

Should the account administrators be emailed when this alert is triggered?

Declaration
public readonly bool? EmailAccountAdmins
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EmailAddresses

A list of email addresses which alerts should be sent to.

Declaration
public readonly ImmutableArray<string> EmailAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Enabled

Is the policy enabled?

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RetentionDays

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

Declaration
public readonly int? RetentionDays
Field Value
Type Description
System.Nullable<System.Int32>
View Source

StorageAccountAccessKey

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

Declaration
public readonly string StorageAccountAccessKey
Field Value
Type Description
System.String
View Source

StorageEndpoint

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

Declaration
public readonly string StorageEndpoint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.