Class ServerThreatDetectionPolicyGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerThreatDetectionPolicyGetArgs : ResourceArgs
Constructors
View SourceServerThreatDetectionPolicyGetArgs()
Declaration
public ServerThreatDetectionPolicyGetArgs()
Properties
View SourceDisabledAlerts
Specifies a list of alerts which should be disabled. Possible values include Access_Anomaly, Sql_Injection and Sql_Injection_Vulnerability.
Declaration
public InputList<string> DisabledAlerts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EmailAccountAdmins
Should the account administrators be emailed when this alert is triggered?
Declaration
public Input<bool> EmailAccountAdmins { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EmailAddresses
A list of email addresses which alerts should be sent to.
Declaration
public InputList<string> EmailAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Enabled
Is the policy enabled?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RetentionDays
Specifies the number of days to keep in the Threat Detection audit logs.
Declaration
public Input<int> RetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
StorageAccountAccessKey
Specifies the identifier key of the Threat Detection audit storage account.
Declaration
public Input<string> StorageAccountAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> StorageEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |